]> git.sur5r.net Git - i3/i3/commit
Maintain the _NET_CLIENT_LIST property
authorTony Crisci <tony@dubstepdish.com>
Tue, 8 Apr 2014 18:27:40 +0000 (14:27 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 15 Apr 2014 15:44:25 +0000 (17:44 +0200)
commit819bc093756caa27a0e2fa655e99fb11f189591b
treeb258d7a0d982977cfc0a83bc12431f30307a47cb
parent77abb2ef19f6a42ba50a82a41754fcf43d34867b
Maintain the _NET_CLIENT_LIST property

Add and update the _NET_CLIENT_LIST property on the root window to
better comply with ewmh standards.

Information on this property can be found here:
http://standards.freedesktop.org/wm-spec/latest/ar01s03.html

> These arrays contain all X Windows managed by the Window Manager.
> _NET_CLIENT_LIST has initial mapping order, starting with the oldest window.

fixes #1099
include/atoms.xmacro
include/ewmh.h
src/ewmh.c
src/x.c
testcases/t/223-net-client-list.t [new file with mode: 0644]