From: Simon Tatham Date: Tue, 11 May 2004 17:45:45 +0000 (+0000) Subject: Oops - missed a bit in the GTK front end :-) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=a8a50014e943e052c6a7e12227833f639e672f73;p=sgt-puzzles.git Oops - missed a bit in the GTK front end :-) [originally from svn r4208] --- diff --git a/gtk.c b/gtk.c index 3e7fe4d..6a98726 100644 --- a/gtk.c +++ b/gtk.c @@ -313,9 +313,6 @@ static gint motion_event(GtkWidget *widget, GdkEventMotion *event, if (!fe->pixmap) return TRUE; - if (event->type != GDK_BUTTON_PRESS && event->type != GDK_BUTTON_RELEASE) - return TRUE; - if (event->state & (GDK_BUTTON2_MASK | GDK_SHIFT_MASK)) button = MIDDLE_DRAG; else if (event->state & GDK_BUTTON1_MASK)