aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 41cb5df6776..4267ea930f6 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -4231,13 +4231,13 @@ kbd_buffer_get_event (KBOARD **kbp,
4231 kbd_fetch_ptr = event + 1; 4231 kbd_fetch_ptr = event + 1;
4232 } 4232 }
4233#endif 4233#endif
4234#ifdef HAVE_XWIDGETS 4234#ifdef HAVE_XWIDGETS
4235 else if (event->kind == XWIDGET_EVENT) 4235 else if (event->kind == XWIDGET_EVENT)
4236 { 4236 {
4237 obj = make_lispy_event (event); 4237 obj = make_lispy_event (event);
4238 kbd_fetch_ptr = event + 1; 4238 kbd_fetch_ptr = event + 1;
4239 } 4239 }
4240#endif 4240#endif
4241#ifdef HAVE_INOTIFY 4241#ifdef HAVE_INOTIFY
4242 else if (event->kind == FILE_NOTIFY_EVENT) 4242 else if (event->kind == FILE_NOTIFY_EVENT)
4243 { 4243 {