diff options
Diffstat (limited to 'nx-X11/programs/Xserver/randr/randrproto.h')
-rw-r--r-- | nx-X11/programs/Xserver/randr/randrproto.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/nx-X11/programs/Xserver/randr/randrproto.h b/nx-X11/programs/Xserver/randr/randrproto.h index bded957fa..96b954206 100644 --- a/nx-X11/programs/Xserver/randr/randrproto.h +++ b/nx-X11/programs/Xserver/randr/randrproto.h @@ -65,7 +65,7 @@ typedef struct { } xScreenSizes; #define sz_xScreenSizes 8 -/* +/* * requests and replies */ @@ -100,7 +100,7 @@ typedef struct { } xRRGetScreenInfoReq; #define sz_xRRGetScreenInfoReq 8 -/* +/* * the xRRScreenInfoReply structure is followed by: * * the size information @@ -155,7 +155,7 @@ typedef struct { CARD8 status; CARD16 sequenceNumber B16; CARD32 length B32; - Time newTimestamp B32; + Time newTimestamp B32; Time newConfigTimestamp B32; Window root; CARD16 subpixelOrder B16; @@ -289,7 +289,7 @@ typedef struct { CARD8 randrReqType; CARD16 length B16; RROutput output B32; -} xRRListOutputPropertiesReq; +} xRRListOutputPropertiesReq; #define sz_xRRListOutputPropertiesReq 8 typedef struct { @@ -313,7 +313,7 @@ typedef struct { CARD16 length B16; RROutput output B32; Atom property B32; -} xRRQueryOutputPropertyReq; +} xRRQueryOutputPropertyReq; #define sz_xRRQueryOutputPropertyReq 12 typedef struct { @@ -342,7 +342,7 @@ typedef struct { BOOL pending; BOOL range; CARD16 pad B16; -} xRRConfigureOutputPropertyReq; +} xRRConfigureOutputPropertyReq; #define sz_xRRConfigureOutputPropertyReq 16 typedef struct { @@ -407,7 +407,7 @@ typedef struct { CARD16 length B16; Window window B32; xRRModeInfo modeInfo; -} xRRCreateModeReq; +} xRRCreateModeReq; #define sz_xRRCreateModeReq 40 typedef struct { @@ -456,7 +456,7 @@ typedef struct { CARD16 length B16; RRCrtc crtc B32; Time configTimestamp B32; -} xRRGetCrtcInfoReq; +} xRRGetCrtcInfoReq; #define sz_xRRGetCrtcInfoReq 12 typedef struct { @@ -489,7 +489,7 @@ typedef struct { RRMode mode B32; Rotation rotation B16; CARD16 pad B16; -} xRRSetCrtcConfigReq; +} xRRSetCrtcConfigReq; #define sz_xRRSetCrtcConfigReq 28 typedef struct { @@ -511,7 +511,7 @@ typedef struct { CARD8 randrReqType; CARD16 length B16; RRCrtc crtc B32; -} xRRGetCrtcGammaSizeReq; +} xRRGetCrtcGammaSizeReq; #define sz_xRRGetCrtcGammaSizeReq 8 typedef struct { @@ -534,7 +534,7 @@ typedef struct { CARD8 randrReqType; CARD16 length B16; RRCrtc crtc B32; -} xRRGetCrtcGammaReq; +} xRRGetCrtcGammaReq; #define sz_xRRGetCrtcGammaReq 8 typedef struct { |