Button press and release can share the same fill_button_event call

This commit is contained in:
Richard Hult 2009-02-03 11:57:32 +01:00 committed by Alexander Larsson
parent 77ee2feda2
commit 6d01d16d48

View File

@ -1236,9 +1236,6 @@ gdk_event_translate (GdkEvent *event,
case NSLeftMouseDown:
case NSRightMouseDown:
case NSOtherMouseDown:
fill_button_event (window, event, nsevent, x, y, x_root, y_root);
break;
case NSLeftMouseUp:
case NSRightMouseUp:
case NSOtherMouseUp: