diff options
author | Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> | 2015-02-10 19:23:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-10 19:40:54 +0100 |
commit | d26930d59838e2a8305c66b67aaa163db157920c (patch) | |
tree | d927b29830bcbe4e57b30656790b76584132c02f /nx-X11/config/cf/host.def | |
parent | 6aa18cc28c4adee20b7a6494c8acb430380c4c98 (diff) | |
download | nx-libs-d26930d59838e2a8305c66b67aaa163db157920c.tar.gz nx-libs-d26930d59838e2a8305c66b67aaa163db157920c.tar.bz2 nx-libs-d26930d59838e2a8305c66b67aaa163db157920c.zip |
Enable Xinerama support for NX (202_nx-X11_enable-xinerama.full.patch).
This patch adds Xinerama awareness to NX agent windows.
The advantage of Xinerama awareness is that an NX session window
will only maximize to the dimensions of the active physical
display.
Diffstat (limited to 'nx-X11/config/cf/host.def')
-rw-r--r-- | nx-X11/config/cf/host.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/config/cf/host.def b/nx-X11/config/cf/host.def index e9f53c2a9..7d0511f36 100644 --- a/nx-X11/config/cf/host.def +++ b/nx-X11/config/cf/host.def @@ -686,7 +686,7 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $ * #define BuildXinerama NO */ -#define BuildXinerama NO +#define BuildXinerama YES /* * If you don't want to build support for the GLX extension, uncomment this. |