mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
input-device: Do not unset the device stage after the last touch is lifted
On X11 the pointer will follow a "pointer emulating" touch sequence, so the pointer will be effectively left inside the stage after that touch is lifted, even though the master device stage is unset. This makes pointer events get ignored until the pointer leaves and enters again the stage. https://bugzilla.gnome.org/show_bug.cgi?id=732234
This commit is contained in:
parent
8d89294ef6
commit
42f6828c9c
@ -1532,9 +1532,6 @@ _clutter_input_device_remove_event_sequence (ClutterInputDevice *device,
|
||||
}
|
||||
|
||||
g_hash_table_remove (device->touch_sequences_info, sequence);
|
||||
|
||||
if (g_hash_table_size (device->touch_sequences_info) == 0)
|
||||
_clutter_input_device_set_stage (device, NULL);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user