mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
minor xlib fix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@758 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c3a8237644
commit
30eb4622c4
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue