Sylvain Petreolle wrote:
I will do some tests with these. Are you using CVS ? Otherwise I will recompile to have the latest code available. --- Ivan Leo Murray-Smith puoti@inwind.it a écrit :
Patches and scripts are useless for most users, and cygwin isn't software you install quickly with a analog modem, so I've uploaded a build of the wine programs for windows on our sourceforge page.
Running with an admin user on XP now. Will rerun with an user account if needed.
Clock:
- When trying to change font: says no font has been installed.
I don't have the full env to test it myself. Can you test whether the following patch solves this? Index: programs/clock/main.c =================================================================== RCS file: /home/sun/sources/cvs/wine/programs/clock/main.c,v retrieving revision 1.17 diff -u -r1.17 main.c --- programs/clock/main.c 15 Jul 2003 20:43:57 -0000 1.17 +++ programs/clock/main.c 28 Sep 2003 09:21:23 -0000 @@ -136,7 +136,7 @@ font.hDC = NULL; font.lpLogFont = &lf; font.iPointSize = 0; - font.Flags = 0; + font.Flags = CF_SCREENFONTS; font.rgbColors = 0; font.lCustData = 0; font.lpfnHook = 0;