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@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