diff options
author | Adam Jackson <ajax@redhat.com> | 2010-11-19 16:17:48 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2010-11-30 13:46:09 -0500 |
commit | 606e079cc4d9a9db3197652ca51683c36f74efb8 (patch) | |
tree | 70f52cd53ca2c3efcad928a47bc09ea8ff27a711 /include | |
parent | fba5c8154dbc8f8c33801a5a43d7361cd6b54ffe (diff) |
dix: reshuffle WindowOptRec to fill a hole on LP64
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/windowstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |