Fix warnings.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14791 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a92ecc63fe
commit
4d9d2e88e2
15
Xorg/xorg/proto/randrproto/patches/010-fix-warning.patch
Normal file
15
Xorg/xorg/proto/randrproto/patches/010-fix-warning.patch
Normal file
@ -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 */
|
Loading…
x
Reference in New Issue
Block a user