summaryrefslogtreecommitdiff
path: root/src/keybindings.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-11-24 18:09:47 +0000
committerHavoc Pennington <hp@src.gnome.org>2003-11-24 18:09:47 +0000
commit423b5f5f3967eda1879affd3b82aadb4d9355c8d (patch)
treed19c9e970eba9fb014605420d956e3cee669f800 /src/keybindings.c
parentfeefcdd8920720b631c7eb0d45f09f79a30b8095 (diff)
downloadmetacity-423b5f5f3967eda1879affd3b82aadb4d9355c8d.tar.gz
add an event_serial argument and use it when the pointer is already
2003-11-24 Havoc Pennington <hp@redhat.com> * src/display.c (meta_display_begin_grab_op): add an event_serial argument and use it when the pointer is already grabbed automatically on the button press. May fix bug #126871
Diffstat (limited to 'src/keybindings.c')
-rw-r--r--src/keybindings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keybindings.c b/src/keybindings.c
index 3c50d390..921736e3 100644
--- a/src/keybindings.c
+++ b/src/keybindings.c
@@ -2957,6 +2957,7 @@ do_choose_window (MetaDisplay *display,
tab_op_from_tab_type (type) :
cycle_op_from_tab_type (type),
FALSE,
+ event->xkey.serial,
0,
binding->mask,
event->xkey.time,
@@ -3364,6 +3365,7 @@ handle_workspace_switch (MetaDisplay *display,
NULL,
META_GRAB_OP_KEYBOARD_WORKSPACE_SWITCHING,
FALSE,
+ event->xkey.serial,
0,
grab_mask,
event->xkey.time,