diff options
author | okan | 2014-09-17 16:00:44 +0000 |
---|---|---|
committer | okan | 2014-09-17 16:00:44 +0000 |
commit | 8d10d477be60c717703bb419601c8c76be754f54 (patch) | |
tree | 7220a1ddb8d474e982345b775f4006c8c63f271d /conf.c | |
parent | 67e11ccf55b1c98c1db978ca29a41a2fdd71e061 (diff) | |
download | cwm-8d10d477be60c717703bb419601c8c76be754f54.tar.gz |
Implement EWMH _NET_WM_STATE_HIDDEN.
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.179 2014/09/07 19:27:30 okan Exp $ + * $OpenBSD: conf.c,v 1.180 2014/09/17 16:00:44 okan Exp $ */ #include <sys/param.h> @@ -675,6 +675,7 @@ static char *ewmhints[] = { "_NET_WM_STATE_STICKY", "_NET_WM_STATE_MAXIMIZED_VERT", "_NET_WM_STATE_MAXIMIZED_HORZ", + "_NET_WM_STATE_HIDDEN", "_NET_WM_STATE_FULLSCREEN", "_NET_WM_STATE_DEMANDS_ATTENTION", }; |