[X2Go-Commits] [nx-libs] 01/08: hw/nxagent/Screen.c: Settle down with 96 DPI as the default resolution, if nothing better can be detected.
git-admin at x2go.org
git-admin at x2go.org
Mon Mar 5 23:34:05 CET 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.
commit a5a0a5c29bf7c1d1e346b5813e6696a5f0522136
Author: Simon Matter <simon.matter at invoca.ch>
Date: Thu Mar 1 08:31:23 2018 +0100
hw/nxagent/Screen.c: Settle down with 96 DPI as the default resolution, if nothing better can be detected.
Fixes ArcticaProject/nx-libs#668.
---
nx-X11/programs/Xserver/hw/nxagent/Screen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Screen.c b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
index d4a083a..628bf99 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
@@ -209,7 +209,7 @@ void nxagentShadowAdaptDepth(unsigned int, unsigned int, unsigned int, char **);
RegionRec nxagentShadowUpdateRegion;
-#define NXAGENT_DEFAULT_DPI 75
+#define NXAGENT_DEFAULT_DPI 96
#define NXAGENT_AUTO_DPI -1
extern Bool nxagentAutoDPI;
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list