diff options
| author | Lars-Peter Clausen | 2009-03-08 13:38:04 +0000 |
|---|---|---|
| committer | Lars-Peter Clausen | 2009-03-08 13:38:04 +0000 |
| commit | b5ad18d121689f4705dd009c086e32d1fce66af7 (patch) | |
| tree | 1c41a564d51fc28abb68cfb0a5a6e0f6b63c7083 | |
| parent | 33924e04094a505ddbb38c8e25d4c029b7b441a0 (diff) | |
| download | archive-b5ad18d121689f4705dd009c086e32d1fce66af7.tar.gz | |
Fix warnings.
SVN-Revision: 14791
| -rw-r--r-- | Xorg/xorg/proto/randrproto/patches/010-fix-warning.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Xorg/xorg/proto/randrproto/patches/010-fix-warning.patch b/Xorg/xorg/proto/randrproto/patches/010-fix-warning.patch new file mode 100644 index 0000000000..6406ada1b3 --- /dev/null +++ b/Xorg/xorg/proto/randrproto/patches/010-fix-warning.patch @@ -0,0 +1,15 @@ +diff --git a/randrproto.h b/randrproto.h +index abca369..cbbf6a8 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 */ |