patch for sysparam.c

Paul Vriens paul.vriens.wine at gmail.com
Wed Aug 29 02:53:27 CDT 2007


Ivan Sinitsin wrote:
> This patch adds an opportunity for fonts of the menu, statusbar and messages 
> to increase depending on logpixels.
> 
> 
> Changelog:
> This patch does a font for the menu,statusbar and messages dependent from 
> logpixels.
> 
> 
> ------------------------------------------------------------------------
> 
> 
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.




More information about the wine-devel mailing list