aboutsummaryrefslogtreecommitdiff
path: root/fastiv-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'fastiv-view.c')
-rw-r--r--fastiv-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv-view.c b/fastiv-view.c
index a8b879e..b7dda61 100644
--- a/fastiv-view.c
+++ b/fastiv-view.c
@@ -100,7 +100,7 @@ fastiv_view_realize(GtkWidget *widget)
// than what we get automatically.
.visual = gtk_widget_get_visual(widget),
.event_mask = gtk_widget_get_events(widget) | GDK_SCROLL_MASK |
- GDK_KEY_PRESS_MASK,
+ GDK_KEY_PRESS_MASK | GDK_BUTTON_PRESS_MASK,
};
// We need this window to receive input events at all.