X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.h;h=200d96a57043c3bd2aca6355d7d0a3d81040923a;hb=a9175a8a324deb6d1b7e717fb77fbc96204c7540;hp=e71cd2d7978cf67ed66fe83d4d962e4644c1a11b;hpb=adc5675823de8e3bbe94a1419b04103c6f845dad;p=chaz%2Fopenbox diff --git a/openbox/focus.h b/openbox/focus.h index e71cd2d7..200d96a5 100644 --- a/openbox/focus.h +++ b/openbox/focus.h @@ -50,7 +50,8 @@ void focus_shutdown(gboolean reconfig); send focus anywhere, its called by the Focus event handlers */ void focus_set_client(struct _ObClient *client); -struct _ObClient* focus_fallback_target(gboolean allow_refocus); +struct _ObClient* focus_fallback_target(gboolean allow_refocus, + struct _ObClient *old); /*! Call this when you need to focus something! */ void focus_fallback(gboolean allow_refocus);