From f15a7028eb906c2c3be5a48b9c8c3fe97a8a9b02 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 30 Dec 2013 02:41:33 +0100 Subject: Add acceptraise to specify whether applications can activate and raise windows. Greetings from 30C3. --- calmwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 1e0fb14..9d5583e 100644 --- a/calmwm.h +++ b/calmwm.h @@ -304,6 +304,7 @@ struct conf { struct cmd_q cmdq; struct mousebinding_q mousebindingq; #define CONF_STICKY_GROUPS 0x0001 +#define CONF_ACCEPT_RAISE 0x0002 int flags; #define CONF_BWIDTH 1 int bwidth; -- cgit 1.4.1