forked from AuroraMiddleware/gtk
Remove unused grab_one_pointer_release_event var
We don't use this anymore, so just remove.
This commit is contained in:
parent
5ebb32d1ff
commit
739121dee0
@ -1046,9 +1046,7 @@ _gdk_display_pointer_grab_update (GdkDisplay *display,
|
||||
if (current_grab->serial_start > current_serial)
|
||||
return; /* Hasn't started yet */
|
||||
|
||||
if (current_grab->serial_end > current_serial ||
|
||||
(current_grab->serial_end == current_serial &&
|
||||
current_grab->grab_one_pointer_release_event))
|
||||
if (current_grab->serial_end > current_serial)
|
||||
{
|
||||
/* This one hasn't ended yet.
|
||||
its the currently active one or scheduled to be active */
|
||||
|
@ -185,7 +185,6 @@ typedef struct
|
||||
|
||||
gboolean activated;
|
||||
gboolean implicit_ungrab;
|
||||
gboolean grab_one_pointer_release_event;
|
||||
} GdkPointerGrabInfo;
|
||||
|
||||
typedef struct _GdkInputWindow GdkInputWindow;
|
||||
|
Loading…
Reference in New Issue
Block a user