summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 867f535d..6199c4e2 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -773,7 +773,7 @@ iBool processEvent_Window(iWindow *d, const SDL_Event *ev) {
773 /* Suspiciously close to when input focus was received. For example under openbox, 773 /* Suspiciously close to when input focus was received. For example under openbox,
774 closing xterm with Ctrl+D will cause the keydown event to "spill" over to us. 774 closing xterm with Ctrl+D will cause the keydown event to "spill" over to us.
775 As a workaround, ignore these events. */ 775 As a workaround, ignore these events. */
776 return iFalse; 776 return iTrue; /* won't go to bindings, either */
777 } 777 }
778 /* Map mouse pointer coordinate to our coordinate system. */ 778 /* Map mouse pointer coordinate to our coordinate system. */
779 if (event.type == SDL_MOUSEMOTION) { 779 if (event.type == SDL_MOUSEMOTION) {