]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.c
not using CurrentTime anywhere
[chaz/openbox] / openbox / focus.c
index 8a6db00a548ad75b44832114a04a8763e78c518e..d9ed80bcbbfdbcb267fc344b0959658aff63f100 100644 (file)
@@ -62,7 +62,8 @@ void focus_set_client(Client *client)
 
     if (client == NULL) {
        /* when nothing will be focused, send focus to the backup target */
-       XSetInputFocus(ob_display, focus_backup, RevertToNone, event_lasttime);
+       XSetInputFocus(ob_display, focus_backup, RevertToNone,
+                       event_unfocustime);
     }
 
     old = focus_client;
This page took 0.019201 seconds and 4 git commands to generate.