]> git.sur5r.net Git - i3/i3/commit
Set and unset individual atoms in _NET_WM_STATE instead of overwriting the entire... 1920/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Mon, 14 Sep 2015 11:34:15 +0000 (13:34 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Thu, 17 Sep 2015 07:13:12 +0000 (09:13 +0200)
commit034815b8fd427428d545993b8e2461a82dd0605c
tree63187c9e92914914e64911af5fce38b0ab64e8c0
parent7de15b38156a0019222d014ab23b612699c277dd
Set and unset individual atoms in _NET_WM_STATE instead of overwriting the entire list everytime. This allows independent management of multiple states.

fixes #1873
include/xcb.h
src/con.c
src/ewmh.c
src/x.c
src/xcb.c
testcases/t/253-multiple-net-wm-state-atoms.t [new file with mode: 0644]