summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2008-12-04 15:51:07 +0100
committerMatthias Hopf <mhopf@suse.de>2008-12-04 18:19:06 +0100
commite788c1ed41e029e54470a2c79f1478c1be7bba92 (patch)
tree47853be8270f9e1b4284830e36a86b6dcb995fc4
parent1de7212d9a945403f13f4dc15a66ec115c3be44c (diff)
Nuke config-timestamp for panning.
-rw-r--r--src/XrrCrtc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/XrrCrtc.c b/src/XrrCrtc.c
index 6b0cdd8..91b1671 100644
--- a/src/XrrCrtc.c
+++ b/src/XrrCrtc.c
@@ -479,7 +479,6 @@ XRRGetPanning (Display *dpy, XRRScreenResources *resources, RRCrtc crtc)
req->reqType = info->codes->major_opcode;
req->randrReqType = X_RRGetPanning;
req->crtc = crtc;
- req->configTimestamp = resources->configTimestamp;
if (!_XReply (dpy, (xReply *) &rep, 1, xFalse))
{
@@ -539,7 +538,6 @@ XRRSetPanning (Display *dpy,
req->randrReqType = X_RRSetPanning;
req->crtc = crtc;
req->timestamp = panning->timestamp;
- req->configTimestamp = resources->configTimestamp;
req->left = panning->left;
req->top = panning->top;
req->width = panning->width;