notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a148806
)
minor xlib fix
author
notaz
<notasas@gmail.com>
Sun, 23 Aug 2009 21:56:54 +0000
(21:56 +0000)
committer
notaz
<notasas@gmail.com>
Sun, 23 Aug 2009 21:56:54 +0000
(21:56 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@758
be3aeb3a
-fb24-0410-a615-
afba39da0efa
linux/gp2x.c
patch
|
blob
|
blame
|
history
diff --git
a/linux/gp2x.c
b/linux/gp2x.c
index
17b294a
..
27216ee
100644
(file)
--- a/
linux/gp2x.c
+++ b/
linux/gp2x.c
@@
-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);