mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-06 13:48:14 +02:00
randr: Use explicit enum value
Signed-off-by: Daniel Martin <consume.noise@gmail.com> Reviewed-by: Ran Benita <ran234@gmail.com> (and tested) Reviewed-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
a34b8b1878
commit
9a58e742e1
1 changed files with 3 additions and 3 deletions
|
|
@ -248,9 +248,9 @@ authorization from the authors.
|
|||
|
||||
<!-- for GetOutputInfo.connection -->
|
||||
<enum name="Connection">
|
||||
<item name="Connected" />
|
||||
<item name="Disconnected" />
|
||||
<item name="Unknown" />
|
||||
<item name="Connected"> <value>0</value> </item>
|
||||
<item name="Disconnected"> <value>1</value> </item>
|
||||
<item name="Unknown"> <value>2</value> </item>
|
||||
</enum>
|
||||
|
||||
<request name="GetOutputInfo" opcode="9">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue