diff options
author | Adam Jackson <ajax@aspartame.nwnk.net> | 2007-11-18 11:57:01 -0500 |
---|---|---|
committer | Adam Jackson <ajax@aspartame.nwnk.net> | 2007-11-18 11:57:01 -0500 |
commit | db9ae863536fff80b5463d99e71dc47ae587980d (patch) | |
tree | 984acbf5b4dab3ef9fdcad7915fc53f1765b9eac /hw/xfree86/common/xf86Priv.h | |
parent | ee2d4626dca6e0d4fc6f524e5de4bdefa2ed43df (diff) |
Bump DEFAULT_DPI to 96.
75 is just nonsense.
Diffstat (limited to 'hw/xfree86/common/xf86Priv.h')
-rw-r--r-- | hw/xfree86/common/xf86Priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index 3da102f5d..4723f5aba 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -120,7 +120,7 @@ extern RootWinPropPtr *xf86RegisteredPropertiesTable; #define DEFAULT_LOG_VERBOSE 3 #endif #ifndef DEFAULT_DPI -#define DEFAULT_DPI 75 +#define DEFAULT_DPI 96 #endif #define DEFAULT_UNRESOLVED TRUE |