]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
save the focus_client when falling back, so we don't actually refocus it when we...
[chaz/openbox] / openbox / focus.h
index e71cd2d7978cf67ed66fe83d4d962e4644c1a11b..200d96a57043c3bd2aca6355d7d0a3d81040923a 100644 (file)
@@ -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);
This page took 0.02248 seconds and 4 git commands to generate.