]> Dogcows Code - chaz/openbox/blobdiff - openbox/focus.h
make focuslast only apply to switching desktops, like 3.3.1
[chaz/openbox] / openbox / focus.h
index 9bd4f206e90a900611191b01fbcad2ec06a45358..be7a042d16ee5171562e82fab0744e03899e6531 100644 (file)
@@ -44,7 +44,8 @@ void focus_set_client(struct _ObClient *client);
 void focus_nothing();
 
 /*! Call this when you need to focus something! */
-struct _ObClient* focus_fallback(gboolean allow_refocus);
+struct _ObClient* focus_fallback(gboolean allow_refocus,
+                                 gboolean allow_pointer);
 
 /*! Add a new client into the focus order */
 void focus_order_add_new(struct _ObClient *c);
This page took 0.019897 seconds and 4 git commands to generate.