summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-09 22:53:11 +0000
committerDana Jansens <danakj@orodu.net>2003-05-09 22:53:11 +0000
commitd5eacc5642ad8f5611f7c946d734863bc8898513 (patch)
tree38ba2c64fa2ce6ba82a1c4649b8ae83ff58b10bb /openbox/client.h
parent380ddd2b9cd2ffd8d286855b0670e58a553b2b3d (diff)
add a client_activate function, use it for net_wm_active mesgs and for focus cycling.
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h4
1 files changed, 4 insertions, 0 deletions
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);