server: Return the time of last change along with the current cursor position.
diff --git a/server/trace.c b/server/trace.c
index 0933cf1..553ba4d 100644
--- a/server/trace.c
+++ b/server/trace.c
@@ -3905,6 +3905,7 @@
     fprintf( stderr, ", new_x=%d", req->new_x );
     fprintf( stderr, ", new_y=%d", req->new_y );
     dump_rectangle( ", new_clip=", &req->new_clip );
+    fprintf( stderr, ", last_change=%08x", req->last_change );
 }
 
 static const dump_func req_dumpers[REQ_NB_REQUESTS] = {