wlroots/types/data_device
Kenny Levinsen d2ca220fda wlr_drag: Destroy drag after releasing grabs
wlr_drag sets up keyboard, pointer and touch grabs, which block 'enter'
events (and thus focus changes). For the compositor to be able to update
focus (e.g. to focus the drop target) from the destroy handler, the
grabs must be released before the destroy event is signalled.
2020-06-30 11:11:52 +02:00
..
wlr_data_device.c Simplify globals implementation by removing destructors 2019-11-25 09:01:46 -05:00
wlr_data_offer.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr_data_source.c Remove all wayland-server.h includes 2019-07-27 15:49:32 -04:00
wlr_drag.c wlr_drag: Destroy drag after releasing grabs 2020-06-30 11:11:52 +02:00