xdg_shell: clarify how big each state in xdg_toplevel.configure's array is
The XML docs to not state how big each entry in the states
array should be.
I believe the states
array should be interpreted as an array of 32-bit unsigned integers of host endian, which then map to some xdg_toplevel.state enum value.