summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-04-09 14:31:10 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-04-09 14:31:10 -0700
commitd1c5739ae19f7cc01a6a5603d3fae93e1f9ee3d1 (patch)
treecc209b64dc1609857e73775ba8f083a771f72807
parentaada204b1fc9ba6461efad3fe6bd032ee98536e1 (diff)
downloadxorg-proto-randrproto-d1c5739ae19f7cc01a6a5603d3fae93e1f9ee3d1.tar.gz
Delete duplicate B32's in xRRScreenChangeNotifyEvent
Caused compiler warnings: "randrproto.h", line 567: warning: syntax error: empty member declaration "randrproto.h", line 568: warning: syntax error: empty member declaration
-rw-r--r--randrproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/randrproto.h b/randrproto.h
index abca369..cf7a022 100644
--- a/randrproto.h
+++ b/randrproto.h
@@ -564,8 +564,8 @@ typedef struct {
CARD8 type; /* always evBase + ScreenChangeNotify */
CARD8 rotation; /* new rotation */
CARD16 sequenceNumber B16;
- Time timestamp B32; B32; /* time screen was changed */
- Time configTimestamp B32; B32; /* time config data was changed */
+ Time timestamp B32; /* time screen was changed */
+ Time configTimestamp B32; /* time config data was changed */
Window root B32; /* root window */
Window window B32; /* window requesting notification */
SizeID sizeID B16; /* new size ID */