Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index bde7d33..99c688e 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -240,7 +240,7 @@ ev_view_realize (GtkWidget *widget)
attributes.y = 0;
attributes.width = MAX (widget->allocation.width, widget->requisition.width);
attributes.height = MAX (widget->allocation.height, widget->requisition.height);
- attributes.event_mask = GDK_EXPOSURE_MASK;
+ attributes.event_mask = GDK_EXPOSURE_MASK | GDK_SCROLL_MASK;
view->bin_window = gdk_window_new (widget->window,
&attributes,