]> Pileus Git - wmpus/commit
Insert windows into WM immediately
authorAndy Spencer <andy753421@gmail.com>
Wed, 15 Apr 2015 20:03:34 +0000 (20:03 +0000)
committerAndy Spencer <andy753421@gmail.com>
Wed, 15 Apr 2015 20:05:24 +0000 (20:05 +0000)
commit6e727b79920302fb99b1905af34a25e745a982ef
tree383420e7e34166e364308b68d7766f955d1133dc
parente7b364d122d5bd6f709b4a38a678163be6ce3339
Insert windows into WM immediately

This simplifies later processing because we don't have to figure out if
we need to insert or remove windows when they are mapped or unmapped. We
can just insert and remove them when the are created and destroyed then
send ST_SHOW/ST_HIDE events the rest of the time.
sys-xcb.c