From ff7157bb69ba801513b0ee6af1db2cde51ac62aa Mon Sep 17 00:00:00 2001 From: oga Date: Mon, 7 Dec 2009 22:46:15 +0000 Subject: support _NET_CLIENT_LIST. the x property api doesn't let you remove one entry from an X property array, so client_remove is kinda expensive, but there's no real way around that.. ok okan@ --- calmwm.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index b533103..cc9d089 100644 --- a/calmwm.h +++ b/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.h,v 1.100 2009/12/07 22:21:59 oga Exp $ + * $Id: calmwm.h,v 1.101 2009/12/07 22:46:15 oga Exp $ */ #ifndef _CALMWM_H_ @@ -527,7 +527,8 @@ extern struct conf Conf; #define _NET_SUPPORTING_WM_CHECK cwm_atoms[8] #define _NET_WM_NAME cwm_atoms[9] #define _NET_ACTIVE_WINDOW cwm_atoms[10] -#define CWM_NO_ATOMS 11 +#define _NET_CLIENT_LIST cwm_atoms[11] +#define CWM_NO_ATOMS 12 #define CWM_NETWM_START 7 extern Atom cwm_atoms[CWM_NO_ATOMS]; -- cgit v1.2.3-2-gb3c3