[PATCH 04/30] dix: Stop setting time for nothing.
Cyril Brulebois
kibi at debian.org
Fri May 20 08:35:14 PDT 2011
Signed-off-by: Cyril Brulebois <kibi at debian.org>
---
dix/events.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dix/events.c b/dix/events.c
index 649741b..126d825 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -4697,7 +4697,6 @@ ProcGrabPointer(ClientPtr client)
WindowPtr confineTo;
CursorPtr oldCursor;
REQUEST(xGrabPointerReq);
- TimeStamp time;
int rc;
REQUEST_SIZE_MATCH(xGrabPointerReq);
@@ -4743,7 +4742,6 @@ ProcGrabPointer(ClientPtr client)
if (oldCursor && rep.status == GrabSuccess)
FreeCursor (oldCursor, (Cursor)0);
- time = ClientTimeToServerTime(stuff->time);
rep.type = X_Reply;
rep.sequenceNumber = client->sequence;
rep.length = 0;
--
1.7.5.1
More information about the xorg-devel
mailing list