X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2Fgp2x.c;fp=linux%2Fgp2x.c;h=27216eef7beb571a545bdff4883df61821838ab8;hb=02e56d488bf8c6574e251e8d18b946074e0ada05;hp=17b294a978a2df853440f00476e32282e6fb08c7;hpb=a148806dc68520d05c8ace7051081a374422c340;p=libpicofe.git diff --git a/linux/gp2x.c b/linux/gp2x.c index 17b294a..27216ee 100644 --- 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);