aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2015-08-24 15:42:57 +0000
committerokan2015-08-24 15:42:57 +0000
commitf507af43cc37948b1f83ba74c8200059d4bba742 (patch)
tree6629cf1dd78ec54bda03a6198f59318e4378efed /conf.c
parente76666595f56078b393ce83cc4f32f2cfd5f24b9 (diff)
downloadcwm-f507af43cc37948b1f83ba74c8200059d4bba742.tar.gz
Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but
bottom-to-top order, as per spec (notified Thomas as well).
Diffstat (limited to '')
-rw-r--r--conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 4a2b4e3..92594c4 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.196 2015/08/24 14:56:10 okan Exp $
+ * $OpenBSD: conf.c,v 1.197 2015/08/24 15:42:57 okan Exp $
*/
#include <sys/types.h>
@@ -668,6 +668,7 @@ static char *ewmhints[] = {
"_NET_SUPPORTING_WM_CHECK",
"_NET_ACTIVE_WINDOW",
"_NET_CLIENT_LIST",
+ "_NET_CLIENT_LIST_STACKING",
"_NET_NUMBER_OF_DESKTOPS",
"_NET_CURRENT_DESKTOP",
"_NET_DESKTOP_VIEWPORT",