JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Stop annoying flicker when a hidden workspace is mapped into a different
authorRyan McBride <mcbride@countersiege.com>
Thu, 1 Oct 2009 09:51:31 +0000 (09:51 +0000)
committerRyan McBride <mcbride@countersiege.com>
Thu, 1 Oct 2009 09:51:31 +0000 (09:51 +0000)
commit6a26c21e75b818d33cf00653fe79e78d1fdcae1d
treecdf59dd76764b3b6367a3ec1310f7e5327e2e7a3
parent31f5dfdc37568eebafea134147fbacc83b3e5183
Stop annoying flicker when a hidden workspace is mapped into a different
region from where it was before (the windows are raised over that old
workspace before being restacked in the correct location). Do this by
keeping track of where the workspace USED to be, and deferring the
XMapRaised() until stack() if the new location does not match the old one.
scrotwm.c