]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
oops... I'm combining two different things in this commit... so I'll try be clear
[chaz/openbox] / openbox / mouse.c
index 8a390d9f0cd9bb50b16b91d4c84a53b545672c19..18f35d3cd6e335d5478b6503b68d716c42c94011 100644 (file)
@@ -200,7 +200,7 @@ void mouse_event(ObClient *client, XEvent *e)
 
         if (CLIENT_CONTEXT(context, client)) {
             /* Replay the event, so it goes to the client*/
-            XAllowEvents(ob_display, ReplayPointer, event_lasttime);
+            XAllowEvents(ob_display, ReplayPointer, event_curtime);
             /* Fall through to the release case! */
         } else
             break;
This page took 0.022433 seconds and 4 git commands to generate.