[Xcb-commit] xcb-proto/src/extensions sync.xml,1.6,1.7

Josh Triplett xcb-commit at lists.freedesktop.org
Tue Jun 7 01:12:00 PDT 2005


Update of /cvs/xcb/xcb-proto/src/extensions
In directory gabe:/tmp/cvs-serv3951/src/extensions

Modified Files:
	sync.xml 
Log Message:
Change some typedefs to xidtypes.

Index: sync.xml
===================================================================
RCS file: /cvs/xcb/xcb-proto/src/extensions/sync.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sync.xml	8 Nov 2004 00:26:01 -0000	1.6
+++ sync.xml	7 Jun 2005 08:11:58 -0000	1.7
@@ -5,7 +5,7 @@
 for licensing information.
 -->
 <xcb header="sync" extension-xname="SYNC" extension-name="Sync">
-  <typedef oldname="CARD32" newname="ALARM" />
+  <xidtype name="ALARM" />
 
   <enum name="ALARMSTATE">
     <item name="Active" />
@@ -13,7 +13,7 @@
     <item name="Destroyed" />
   </enum>
 
-  <typedef oldname="CARD32" newname="COUNTER" />
+  <xidtype name="COUNTER" />
 
   <enum name="TESTTYPE">
     <item name="PositiveTransition" />



More information about the xcb-commit mailing list