minor xlib fix

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@758 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-08-23 21:56:54 +00:00
parent c3a8237644
commit 30eb4622c4

View file

@ -196,8 +196,7 @@ static void *xlib_threadf(void *targ)
XSetWMName(display, win, &windowName); XSetWMName(display, win, &windowName);
XSelectInput(display, win, ExposureMask | XSelectInput(display, win, ExposureMask |
KeyPressMask | KeyPressMask | KeyReleaseMask |
ButtonPressMask |
StructureNotifyMask); StructureNotifyMask);
XMapWindow(display, win); XMapWindow(display, win);