Author: olivier
Date: 2006-07-18 05:38:18 +0000 (Tue, 18 Jul 2006)
New Revision: 22473

Modified:
   xfwm4/trunk/src/events.c
Log:
Update timestamp

Modified: xfwm4/trunk/src/events.c
===================================================================
--- xfwm4/trunk/src/events.c    2006-07-17 21:30:11 UTC (rev 22472)
+++ xfwm4/trunk/src/events.c    2006-07-18 05:38:18 UTC (rev 22473)
@@ -542,7 +542,7 @@
         default:
             break;
     }
-    XAllowEvents (display_info->dpy, SyncKeyboard, ev->time);
+    XAllowEvents (display_info->dpy, SyncKeyboard, myDisplayGetCurrentTime 
(display_info));
 }
 
 /* User has clicked on an edge or corner.
@@ -986,11 +986,11 @@
 
         if (replay)
         {
-            XAllowEvents (display_info->dpy, ReplayPointer, ev->time);
+            XAllowEvents (display_info->dpy, ReplayPointer, 
myDisplayGetCurrentTime (display_info));
         }
         else
         {
-            XAllowEvents (display_info->dpy, SyncPointer, ev->time);
+            XAllowEvents (display_info->dpy, SyncPointer, 
myDisplayGetCurrentTime (display_info));
         }
 
         return;

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to