mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 18:40:02 +01:00
dix: reshuffle WindowOptRec to fill a hole on LP64
Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
fba5c8154d
commit
606e079cc4
1 changed files with 1 additions and 1 deletions
|
|
@ -79,8 +79,8 @@ typedef struct _DevCursorNode {
|
||||||
} DevCursNodeRec, *DevCursNodePtr, *DevCursorList;
|
} DevCursNodeRec, *DevCursNodePtr, *DevCursorList;
|
||||||
|
|
||||||
typedef struct _WindowOpt {
|
typedef struct _WindowOpt {
|
||||||
VisualID visual; /* default: same as parent */
|
|
||||||
CursorPtr cursor; /* default: window.cursorNone */
|
CursorPtr cursor; /* default: window.cursorNone */
|
||||||
|
VisualID visual; /* default: same as parent */
|
||||||
Colormap colormap; /* default: same as parent */
|
Colormap colormap; /* default: same as parent */
|
||||||
Mask dontPropagateMask; /* default: window.dontPropagate */
|
Mask dontPropagateMask; /* default: window.dontPropagate */
|
||||||
Mask otherEventMasks; /* default: 0 */
|
Mask otherEventMasks; /* default: 0 */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue