From 5220e7d7dfa64d95918b6f5ad52089fe87540b61 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 27 Jun 2006 22:38:32 +0200 Subject: Swizzle protocol contents to fix errors discovered while implementing X server piece --- randrproto.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'randrproto.h') 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 -- cgit v1.2.3