Commit a5a0a5c2 authored by Simon Matter's avatar Simon Matter Committed by Mike Gabriel

hw/nxagent/Screen.c: Settle down with 96 DPI as the default resolution, if…

hw/nxagent/Screen.c: Settle down with 96 DPI as the default resolution, if nothing better can be detected. Fixes ArcticaProject/nx-libs#668.
parent 153be794
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment