From b8cc43eb914a1d66b94dc917f27d9609266d4a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 13 Nov 2021 10:04:40 +0100 Subject: Bind the mouse back button on the view --- fastiv-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fastiv-view.c') 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. -- cgit v1.2.3