diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-08-22 12:04:31 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-08-22 12:07:56 -0400 |
commit | 5657a671c1b839936a6cf6ce33dc803036092f61 (patch) | |
tree | 7392b03699242b8da3eff02445b2cf4cb6535e97 /src/wayland/protocol | |
parent | ecc254c659d670df0f24ec5202d895b90b4ad4fb (diff) | |
download | mutter-5657a671c1b839936a6cf6ce33dc803036092f61.tar.gz |
xdg-shell: Bump unstable version
Diffstat (limited to 'src/wayland/protocol')
-rw-r--r-- | src/wayland/protocol/xdg-shell.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wayland/protocol/xdg-shell.xml b/src/wayland/protocol/xdg-shell.xml index 9532644ca..275837f3d 100644 --- a/src/wayland/protocol/xdg-shell.xml +++ b/src/wayland/protocol/xdg-shell.xml @@ -45,7 +45,7 @@ they implement using static_assert to ensure the protocol and implementation versions match. </description> - <entry name="current" value="3" summary="Always the latest version"/> + <entry name="current" value="4" summary="Always the latest version"/> </enum> @@ -239,8 +239,8 @@ <description summary="types of state on the surface"> The different state values used on the surface. This is designed for state values like maximized, fullscreen. It is paired with the - request_change_state event to ensure that both the client and the - compositor setting the state can be synchronized. + configure event to ensure that both the client and the compositor + setting the state can be synchronized. States set in this way are double-buffered. They will get applied on the next commit. |