summaryrefslogtreecommitdiff
path: root/randrproto.h
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2008-12-04 15:44:12 +0100
committerMatthias Hopf <mhopf@suse.de>2008-12-04 15:44:12 +0100
commitfb1f243716282f442235323834fec50aab7fe2f7 (patch)
treed29bc60a81cc04f44ac62bc683a017c3f09d3f90 /randrproto.h
parent425468e9a29071823316bfc027bc80eb20acc61e (diff)
Nuke config-timestamp for panning. Specifying panning update on screen size change.
Diffstat (limited to 'randrproto.h')
-rw-r--r--randrproto.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/randrproto.h b/randrproto.h
index 324455e..11143c5 100644
--- a/randrproto.h
+++ b/randrproto.h
@@ -705,9 +705,8 @@ typedef struct {
CARD8 randrReqType;
CARD16 length B16;
RRCrtc crtc B32;
- Time configTimestamp B32;
} xRRGetPanningReq;
-#define sz_xRRGetPanningReq 12
+#define sz_xRRGetPanningReq 8
typedef struct {
BYTE type;
@@ -736,7 +735,6 @@ typedef struct {
CARD16 length B16;
RRCrtc crtc B32;
Time timestamp B32;
- Time configTimestamp B32;
CARD16 left B16;
CARD16 top B16;
CARD16 width B16;
@@ -750,7 +748,7 @@ typedef struct {
INT16 border_right B16;
INT16 border_bottom B16;
} xRRSetPanningReq;
-#define sz_xRRSetPanningReq 40
+#define sz_xRRSetPanningReq 36
typedef struct {
BYTE type;