Ivan Sinitsin wrote:
With the latest release winecfg can set this value. The default there is 96 and the range is 96..120. How does that relate to the 72 in your code? :
+if (!RegQueryValueExW( myhKey, log_pixels, NULL, &type, + (LPBYTE) &logpixels, &size )==ERROR_SUCCESS) + logpixels=72;
Cheers,
Paul.