summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
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);