Browse Source

new libdraw

master
Connor Lane Smith 14 years ago
parent
commit
c7a8f17bd2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dmenu.c

+ 2
- 2
dmenu.c View File

@ -132,7 +132,7 @@ drawmenu(void) {
if(next)
drawtext(dc, ">", normcol);
}
commitdraw(dc, win, mw, mh);
mapdraw(dc, win, mw, mh);
}
char *
@ -478,7 +478,7 @@ setup(void) {
CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa);
grabkeyboard();
setcanvas(dc, mw, mh);
resizedraw(dc, mw, mh);
inputw = MIN(inputw, mw/3);
promptw = prompt ? MIN(textw(dc, prompt), mw/5) : 0;
XMapRaised(dc->dpy, win);


Loading…
Cancel
Save