wlroots/types/xdg_shell
Simon Ser b934fbaf04 seat: add wlr_seat_touch_{send,notify}_frame
The wl_touch.frame event is used to group multiple touch events
together. Instead of sending it immediately after each touch event,
rely on the backend to send it (and on the compositor to relay it).

This is a breaking change because compositors now need to manually
send touch frame events instead of relying on wlr_seat to do it.
2021-07-08 09:12:17 +02:00
..
wlr_xdg_popup.c seat: add wlr_seat_touch_{send,notify}_frame 2021-07-08 09:12:17 +02:00
wlr_xdg_positioner.c xdg_shell: Fix invert_y of top right anchor 2021-03-26 23:20:09 +01:00
wlr_xdg_shell.c Simplify globals implementation by removing destructors 2019-11-25 09:01:46 -05:00
wlr_xdg_surface.c move wlr_box from /types to /util 2021-07-06 21:43:17 +02:00
wlr_xdg_toplevel.c xdg-shell: add wlr_xdg_toplevel_set_parent 2021-01-05 20:32:56 +01:00