X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fclient.h;h=9fe9c9d35e421027cc7e9a6950a8810fb4d86168;hb=e7c9e43210c50f64474fe43b9097fb307c1e95fb;hp=faa04e63c2d2346ebe89b286da88ca5736fb1c12;hpb=f26f23de50cb7941a7702198e3b4d1b2f9de062e;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index faa04e63..9fe9c9d3 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -427,6 +427,10 @@ gboolean client_focus(Client *self); /*! Remove focus from the client window */ void client_unfocus(Client *self); +/*! Activates the client for use, focusing, uniconifying it, etc. To be used + when the user deliberately selects a window for use. */ +void client_activate(Client *self); + /*! Calculates the stacking layer for the client window */ void client_calc_layer(Client *self);