diff options
author | okan | 2015-08-24 15:42:57 +0000 |
---|---|---|
committer | okan | 2015-08-24 15:42:57 +0000 |
commit | f507af43cc37948b1f83ba74c8200059d4bba742 (patch) | |
tree | 6629cf1dd78ec54bda03a6198f59318e4378efed /conf.c | |
parent | e76666595f56078b393ce83cc4f32f2cfd5f24b9 (diff) | |
download | cwm-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 '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.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", |