diff options
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index bc7865b..b4141fc 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1826,6 +1826,9 @@ This event indicates the preferred buffer scale for this surface. It is sent whenever the compositor's preference changes. + Before receiving this event the preferred buffer scale for this surface + is 1. + It is intended that scaling aware clients use this event to scale their content and use wl_surface.set_buffer_scale to indicate the scale they have rendered with. This allows clients to supply a higher detail @@ -1839,6 +1842,9 @@ This event indicates the preferred buffer transform for this surface. It is sent whenever the compositor's preference changes. + Before receiving this event the preferred buffer transform for this + surface is normal. + It is intended that transform aware clients use this event to apply the transform to their content and use wl_surface.set_buffer_transform to indicate the transform they have rendered with. |
