X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fclient.h;h=ad8f506b075a8d2e1c96194f308bbe0ffdb53ce4;hb=e0fa57d21c83bbfe87b15224f699bc24628fd89f;hp=5d84df0b3a26777c940f961b4969c6f4fe3c69f2;hpb=4d814a383b099c48ad9b61cb94d25ef16b1a698a;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 5d84df0b..ad8f506b 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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);