X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=8c023618e71188b85a5b02580733bf08b13c8567;hb=36a437a70291c94b4c591df0cd99345f052a3e0c;hp=d86f1c0b348f953fbb2b98824a80b9023bb23aeb;hpb=56fface3a4e2b5970e4867047207da84a58adeb2;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index d86f1c0b..8c023618 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -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)