diff options
author | okan | 2015-08-21 16:30:02 +0000 |
---|---|---|
committer | okan | 2015-08-21 16:30:02 +0000 |
commit | 050ec08253369cf483d59875a86392661c682b23 (patch) | |
tree | 15b28be3521eae26dc17e84cc92329ce5c5fdfe6 /conf.c | |
parent | f3edb2ab40249e2299784710b24d4037b81e5a88 (diff) | |
download | cwm-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 'conf.c')
-rw-r--r-- | conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", |