diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-03-15 17:24:21 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-03-15 17:24:21 +0000 |
commit | b3a695c053755c3d8bc163e97e20520d922f12c8 (patch) | |
tree | 44bcd6aef360a4b508a40a17d41d5e2d1d61c930 /proto/xcb-proto/src/dpms.xml | |
parent | 7acb26f61fb8604c5d14ca66d3f5553ad1b5f83f (diff) |
Update to xcb-proto 1.10
Diffstat (limited to 'proto/xcb-proto/src/dpms.xml')
-rw-r--r-- | proto/xcb-proto/src/dpms.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/proto/xcb-proto/src/dpms.xml b/proto/xcb-proto/src/dpms.xml index 0c2ac2027..55812845f 100644 --- a/proto/xcb-proto/src/dpms.xml +++ b/proto/xcb-proto/src/dpms.xml @@ -66,10 +66,10 @@ authorization from the authors. <request name="Disable" opcode="5" /> <enum name="DPMSMode"> - <item name="On" /> - <item name="Standby" /> - <item name="Suspend" /> - <item name="Off" /> + <item name="On"> <value>0</value> </item> + <item name="Standby"> <value>1</value> </item> + <item name="Suspend"> <value>2</value> </item> + <item name="Off"> <value>3</value> </item> </enum> <request name="ForceLevel" opcode="6"> |