mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-01-04 18:59:04 +01: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
@ -196,8 +196,7 @@ static void *xlib_threadf(void *targ)
|
||||
XSetWMName(display, win, &windowName);
|
||||
|
||||
XSelectInput(display, win, ExposureMask |
|
||||
KeyPressMask |
|
||||
ButtonPressMask |
|
||||
KeyPressMask | KeyReleaseMask |
|
||||
StructureNotifyMask);
|
||||
|
||||
XMapWindow(display, win);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user