]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
allow focus_fallback to query if a client can be focused without changing the focus...
[chaz/openbox] / openbox / client.h
index 5d84df0b3a26777c940f961b4969c6f4fe3c69f2..ad8f506b075a8d2e1c96194f308bbe0ffdb53ce4 100644 (file)
@@ -430,6 +430,10 @@ void client_set_state(Client *self, Atom action, long data1, long data2);
    Client passed to it or another Client if appropriate. */
 Client *client_focus_target(Client *self);
 
+/*! Returns what client_focus would return if passed the same client, but
+  without focusing it or modifying the focus order lists. */
+gboolean client_can_focus(Client *self);
+
 /*! Attempt to focus the client window */
 gboolean client_focus(Client *self);
 
This page took 0.020504 seconds and 4 git commands to generate.