mirror of
https://github.com/yawut/SDL.git
synced 2026-07-13 07:12:12 -05:00
Show events from all windows (for the legacy fullscreen case)
This commit is contained in:
parent
9102852bbf
commit
56b4c24c87
|
|
@ -149,6 +149,11 @@ X11_DispatchEvent(_THIS)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
printf("type = %d display = %d window = %d\n",
|
||||
xevent.type, xevent.xany.display, xevent.xany.window);
|
||||
#endif
|
||||
|
||||
data = NULL;
|
||||
if (videodata && videodata->windowlist) {
|
||||
for (i = 0; i < videodata->numwindows; ++i) {
|
||||
|
|
@ -163,10 +168,6 @@ X11_DispatchEvent(_THIS)
|
|||
return;
|
||||
}
|
||||
|
||||
#if 0
|
||||
printf("type = %d display = %d window = %d\n",
|
||||
xevent.type, xevent.xany.display, xevent.xany.window);
|
||||
#endif
|
||||
switch (xevent.type) {
|
||||
|
||||
/* Gaining mouse coverage? */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user