--- gtkimageview.c.orig 2009-04-05 15:49:38 +0200 +++ gtkimageview.c 2012-07-27 01:32:47 +0200 @@ -666,6 +666,7 @@ gtk_image_view_fast_scroll (GtkImageView // Here is where we fix the weirdness mentioned above. I do not // really know why it works, but it does! + /* GdkEvent *ev; while ((ev = gdk_event_get_graphics_expose (drawable)) != NULL) { @@ -676,6 +677,7 @@ gtk_image_view_fast_scroll (GtkImageView if (exp_count == 0) break; } + */ } /**