dtwm: basic multihead(xinerama only) support
authorMatthew R. Trower <dev@blackshard.net>
Thu, 23 Jun 2016 07:25:00 +0000 (02:25 -0500)
committerJon Trulson <jon@radscan.com>
Fri, 24 Jun 2016 23:16:19 +0000 (17:16 -0600)
commit341494d91c661a635ff01f4ca553f6a8eddeee7e
tree94dbf84fd188c2c0749df5a018faefcee4fa3c25
parenta173dd3b3bedd12e4ee32988bddab8bb31841074
dtwm: basic multihead(xinerama only) support

* maximization (also partially fixes strange Firefox behaviour)
* sane initial window placement

Firefox is stranger than most; it appears to maximize to double
X Screen width even on single head displays.  Fixed (on multihead).
cde/programs/dtwm/Imakefile
cde/programs/dtwm/WmMultiHead.c [new file with mode: 0644]
cde/programs/dtwm/WmMultiHead.h [new file with mode: 0644]
cde/programs/dtwm/WmWinInfo.c
cde/programs/dtwm/WmWinState.c