event_curtime is replaced (publicly) by event_time()
[mikachu/openbox.git] / openbox / focus.c
index d86f1c0..8c02361 100644 (file)
@@ -194,7 +194,7 @@ void focus_nothing(void)
 
     /* when nothing will be focused, send focus to the backup target */
     XSetInputFocus(obt_display, screen_support_win, RevertToPointerRoot,
-                   event_curtime);
+                   event_time());
 }
 
 void focus_order_add_new(ObClient *c)