summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2008-12-04 16:11:21 +0100
committerKeith Packard <keithp@keithp.com>2008-12-09 20:56:40 -0800
commit68858b202a0c32e8cc3fb22ca4714c1baa05b44c (patch)
tree0bd144de44f0f2a9dfdc9cf5acece18243798510
parent7cbded550d3bebc35e2322a89d0afbb57b37b3da (diff)
randr: Nuke config-timestamp for panning
(cherry picked from commit 825b2c2f4a59ac4852f90bbbddf18ab832297fdd) Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--randr/rrcrtc.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/randr/rrcrtc.c b/randr/rrcrtc.c
index b8e4d1109..99f7d1ea1 100644
--- a/randr/rrcrtc.c
+++ b/randr/rrcrtc.c
@@ -1056,7 +1056,6 @@ ProcRRSetPanning (ClientPtr client)
RRCrtcPtr crtc;
ScreenPtr pScreen;
rrScrPrivPtr pScrPriv;
- TimeStamp configTime;
TimeStamp time;
BoxRec total;
BoxRec tracking;
@@ -1083,21 +1082,7 @@ ProcRRSetPanning (ClientPtr client)
}
time = ClientTimeToServerTime(stuff->timestamp);
- configTime = ClientTimeToServerTime(stuff->configTimestamp);
-#if 0
- /*
- * if the client's config timestamp is not the same as the last config
- * timestamp, then the config information isn't up-to-date and
- * can't even be validated
- */
- if (CompareTimeStamps (configTime, pScrPriv->lastConfigTime) != 0)
- {
- rep.status = RRSetConfigInvalidConfigTime;
- goto sendReply;
- }
-#endif
-
/*
* Make sure the requested set-time is not older than
* the last set-time