Kaydet (Commit) 1dd5f10c authored tarafından jan Iversen's avatar jan Iversen

iOS, correct DPIX calculation

Patch is thanks to Jon N.

Change-Id: Idba9ec9b32b144523f0e7da5f7273f6af9fdfd31
üst 72db7423
......@@ -1542,7 +1542,7 @@ void AquaSalGraphics::GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY )
rDPIX = mnRealDPIX;
rDPIY = mnRealDPIY;
#else
rDPIX = rDPIY = 200; // FIXME
rDPIX = rDPIY = 96;
#endif
}
......
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