summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-07-17 17:34:44 -0400
committerJason Ekstrand <jason.ekstrand@intel.com>2014-07-17 14:50:51 -0700
commite7d74685213a058c43c1b833447c4452e6fa858c (patch)
tree9c78b371d497f1d8d213cd11b79b9600b691751a /protocol
parentccf48fb4f9923e59e82911a2c03dda9bc70541a0 (diff)
xdg-shell: Fix documentation
request_change_state has been folded into the configure event.
Diffstat (limited to 'protocol')
-rw-r--r--protocol/xdg-shell.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/xdg-shell.xml b/protocol/xdg-shell.xml
index 9532644c..bd36231a 100644
--- a/protocol/xdg-shell.xml
+++ b/protocol/xdg-shell.xml
@@ -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.