aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2014-09-17 16:00:44 +0000
committerokan2014-09-17 16:00:44 +0000
commit8d10d477be60c717703bb419601c8c76be754f54 (patch)
tree7220a1ddb8d474e982345b775f4006c8c63f271d /conf.c
parent67e11ccf55b1c98c1db978ca29a41a2fdd71e061 (diff)
downloadcwm-8d10d477be60c717703bb419601c8c76be754f54.tar.gz
Implement EWMH _NET_WM_STATE_HIDDEN.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index a6d99a3..89eef07 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.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",
};