aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 76dc3732b54..84a7a0a38a5 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -4361,12 +4361,14 @@ static void
4361process_special_events (void) 4361process_special_events (void)
4362{ 4362{
4363 union buffered_input_event *event; 4363 union buffered_input_event *event;
4364#if defined HAVE_X11 || defined HAVE_PGTK || defined HAVE_HAIKU
4364#ifndef HAVE_HAIKU 4365#ifndef HAVE_HAIKU
4365 struct selection_input_event copy; 4366 struct selection_input_event copy;
4366#else 4367#else
4367 struct input_event copy; 4368 struct input_event copy;
4368#endif 4369#endif
4369 int moved_events; 4370 int moved_events;
4371#endif
4370 4372
4371 for (event = kbd_fetch_ptr; event != kbd_store_ptr; 4373 for (event = kbd_fetch_ptr; event != kbd_store_ptr;
4372 event = next_kbd_event (event)) 4374 event = next_kbd_event (event))