From 606e079cc4d9a9db3197652ca51683c36f74efb8 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 19 Nov 2010 16:17:48 -0500 Subject: [PATCH] dix: reshuffle WindowOptRec to fill a hole on LP64 Reviewed-by: Keith Packard Signed-off-by: Adam Jackson --- include/windowstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/windowstr.h b/include/windowstr.h index 29b95fc37..0b66ebbcc 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 */