new libdraw

This commit is contained in:
Connor Lane Smith 2010-08-19 16:17:57 +01:00
parent 128d4cf376
commit c7a8f17bd2
1 changed files with 2 additions and 2 deletions

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);