From 3e309894c1d0f6ff9302109d72a0ffb25612d537 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 7 Dec 2009 21:20:52 +0000 Subject: introduce the beginnings of netwm support, minimally and correctly; allows java to be happy, but additionally stops others from whinning about a non-netwm complaint wm. more to come. written a few times; this one includes a clever hack from oga@ to populate _NET_SUPPORTED. ok oga@ --- calmwm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calmwm.c') diff --git a/calmwm.c b/calmwm.c index 4ece6e2..a41c772 100644 --- a/calmwm.c +++ b/calmwm.c @@ -166,6 +166,8 @@ x_setupscreen(struct screen_ctx *sc, u_int which) /* Initialize menu window. */ menu_init(sc); + xu_setwmname(sc); + /* Deal with existing clients. */ XQueryTree(X_Dpy, sc->rootwin, &w0, &w1, &wins, &nwins); -- cgit 1.4.1