wayland/protocol
Simon Ser 94ef757930 protocol: introduce wl_surface.configure
This event atomically applies a group of events configuring a
surface.

For instance, if a surface jumps from one wl_output to another, the
compositor will send the following sequence:

- wl_surface.leave(wl_output@1)
- wl_surface.enter(wl_output@2)
- wl_surface.configure()

The client can use the configure event to avoid painting intermediate
frames based on partially outdated state.

Signed-off-by: Simon Ser <contact@emersion.fr>
2022-06-03 09:09:54 +02:00
..
.gitignore Update .gitignore for protocol/ 2013-11-19 13:26:04 -08:00
generate-shm-formats.py Add an automated script to update wl_shm.format 2019-09-06 12:09:22 +00:00
tests.xml Replace initial 8 spaces with a tab for all xml files 2020-04-29 12:21:33 +00:00
wayland.dtd protocol: Add type attribute to events 2021-01-27 17:49:10 +00:00
wayland.xml protocol: introduce wl_surface.configure 2022-06-03 09:09:54 +02:00