aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2015-08-21 16:30:02 +0000
committerokan2015-08-21 16:30:02 +0000
commit050ec08253369cf483d59875a86392661c682b23 (patch)
tree15b28be3521eae26dc17e84cc92329ce5c5fdfe6 /conf.c
parentf3edb2ab40249e2299784710b24d4037b81e5a88 (diff)
downloadcwm-050ec08253369cf483d59875a86392661c682b23.tar.gz
Add client freeze extension to _NET_WM_STATE Atom, allowing flag to
persist. As usual with new Atoms, requires X restart.
Diffstat (limited to '')
-rw-r--r--conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 34ebde9..f10120a 100644
--- a/conf.c
+++ b/conf.c
@@ -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.
*
- * $OpenBSD: conf.c,v 1.193 2015/08/21 15:55:39 okan Exp $
+ * $OpenBSD: conf.c,v 1.194 2015/08/21 16:30:02 okan Exp $
*/
#include <sys/types.h>
@@ -680,6 +680,7 @@ static char *ewmhints[] = {
"_NET_WM_DESKTOP",
"_NET_CLOSE_WINDOW",
"_NET_WM_STATE",
+ "_CWM_WM_STATE_FREEZE",
"_NET_WM_STATE_STICKY",
"_NET_WM_STATE_MAXIMIZED_VERT",
"_NET_WM_STATE_MAXIMIZED_HORZ",