diff options
author | TORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net> | 2006-09-18 21:28:24 +0200 |
---|---|---|
committer | TORRI Vincent <torri@alf94-3-82-66-248-160.fbx.proxad.net> | 2006-09-18 21:28:24 +0200 |
commit | 453b1ae69b2df7f9d16c5db3316b3dc32fb65ea2 (patch) | |
tree | 6a20da6f7265e6110e78f16c9f07ac21af851f75 /src | |
parent | 0275e428b753f0af736ca0b79c5331639c6517ef (diff) | |
download | xcb-proto-453b1ae69b2df7f9d16c5db3316b3dc32fb65ea2.tar.gz xcb-proto-453b1ae69b2df7f9d16c5db3316b3dc32fb65ea2.tar.bz2 xcb-proto-453b1ae69b2df7f9d16c5db3316b3dc32fb65ea2.zip |
XCBButton -> XCBButtonIndex. XCBHost -> XCBHostMode. XCBSetupReq -> XCBSetupRequest
Diffstat (limited to 'src')
-rw-r--r-- | src/xproto.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xproto.xml b/src/xproto.xml index dd9ea42..78fa4bf 100644 --- a/src/xproto.xml +++ b/src/xproto.xml @@ -159,7 +159,7 @@ authorization from the authors. </list> </struct> - <struct name="SetupReq"> + <struct name="SetupRequest"> <field type="CARD8" name="byte_order" /> <pad bytes="1" /> <field type="CARD16" name="protocol_major_version" /> @@ -1029,7 +1029,7 @@ authorization from the authors. <field type="TIMESTAMP" name="time" /> </request> - <enum name="Button"> + <enum name="ButtonIndex"> <item name="Any"><value>0</value></item> <item name="1"> <value>1</value></item> <item name="2"> <value>2</value></item> @@ -2129,7 +2129,7 @@ authorization from the authors. </reply> </request> - <enum name="Host"> + <enum name="HostMode"> <item name="Insert"><value>0</value></item> <item name="Delete"><value>1</value></item> </enum> |