[PATCH 07/13] dix: reshuffle WindowOptRec to fill a hole on LP64
Adam Jackson
ajax at redhat.com
Tue Nov 23 11:45:42 PST 2010
Signed-off-by: Adam Jackson <ajax at redhat.com>
---
include/windowstr.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/windowstr.h b/include/windowstr.h
index 29b95fc..0b66ebb 100644
--- a/include/windowstr.h
+++ b/include/windowstr.h
@@ -79,8 +79,8 @@ typedef struct _DevCursorNode {
} DevCursNodeRec, *DevCursNodePtr, *DevCursorList;
typedef struct _WindowOpt {
- VisualID visual; /* default: same as parent */
CursorPtr cursor; /* default: window.cursorNone */
+ VisualID visual; /* default: same as parent */
Colormap colormap; /* default: same as parent */
Mask dontPropagateMask; /* default: window.dontPropagate */
Mask otherEventMasks; /* default: 0 */
--
1.7.3.1
More information about the xorg-devel
mailing list