diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-06-27 22:38:32 +0200 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-06-27 22:38:32 +0200 |
commit | 5220e7d7dfa64d95918b6f5ad52089fe87540b61 (patch) | |
tree | 4ae21ad66c47915498b991db4b0153c191c60d0f /randrproto.h | |
parent | c414ce4494f0d062bc25fa671cf50a556c9e1d8c (diff) |
Swizzle protocol contents to fix errors discovered while implementing X server piece
Diffstat (limited to 'randrproto.h')
-rw-r--r-- | randrproto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/randrproto.h b/randrproto.h index a9d5a01..015df9a 100644 --- a/randrproto.h +++ b/randrproto.h @@ -347,11 +347,12 @@ typedef struct { Time configTimestamp B32; /* time config data was changed */ Window root B32; /* root window */ Window window B32; /* window requesting notification */ + CARD16 monitor B16; /* monitor index */ ModeID modeID B16; /* mode ID */ + Rotation rotation B16; /* rotation/reflection */ + SubpixelOrder subpixelOrder B16; /* new subpixel order */ INT16 x B16; /* x */ INT16 y B16; /* y */ - Rotation rotation B16; /* rotation/reflection */ - CARD16 pad B16; } xRRMonitorChangeNotifyEvent; #define sz_xRRMonitorChangeNotifyEvent 32 |