From d5eacc5642ad8f5611f7c946d734863bc8898513 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 9 May 2003 22:53:11 +0000 Subject: add a client_activate function, use it for net_wm_active mesgs and for focus cycling. --- openbox/client.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/client.h') 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); -- cgit v1.2.3