randr: Nuke config-timestamp for panning
This commit is contained in:
parent
eeeb98d1df
commit
825b2c2f4a
|
@ -1056,7 +1056,6 @@ ProcRRSetPanning (ClientPtr client)
|
||||||
RRCrtcPtr crtc;
|
RRCrtcPtr crtc;
|
||||||
ScreenPtr pScreen;
|
ScreenPtr pScreen;
|
||||||
rrScrPrivPtr pScrPriv;
|
rrScrPrivPtr pScrPriv;
|
||||||
TimeStamp configTime;
|
|
||||||
TimeStamp time;
|
TimeStamp time;
|
||||||
BoxRec total;
|
BoxRec total;
|
||||||
BoxRec tracking;
|
BoxRec tracking;
|
||||||
|
@ -1083,21 +1082,7 @@ ProcRRSetPanning (ClientPtr client)
|
||||||
}
|
}
|
||||||
|
|
||||||
time = ClientTimeToServerTime(stuff->timestamp);
|
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
|
* Make sure the requested set-time is not older than
|
||||||
* the last set-time
|
* the last set-time
|
||||||
|
|
Loading…
Reference in New Issue