diff --git a/stable/xdg-shell/xdg-shell.xml b/stable/xdg-shell/xdg-shell.xml
index 39ecf8a..d4a3bde 100644
--- a/stable/xdg-shell/xdg-shell.xml
+++ b/stable/xdg-shell/xdg-shell.xml
@@ -1161,12 +1161,15 @@
arguments should be interpreted, and possibly how it should be
drawn.
+ The states are sent as an array of 32-bit unsigned integers in
+ native endianness. State values are defined in the state enum.
+
Clients must send an ack_configure in response to this event. See
xdg_surface.configure and xdg_surface.ack_configure for details.
-
+
@@ -1236,7 +1239,7 @@
xdg_surface.configure for details.
The capabilities are sent as an array of 32-bit unsigned integers in
- native endianness.
+ native endianness. Capability values are defined in the wm_capabilities enum.