Changeset 3337 for trunk/src


Ignore:
Timestamp:
Apr 7, 2000, 12:01:18 PM (25 years ago)
Author:
sandervl
Message:

writelog mark + SystemParametersInfoA fix

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/user32.cpp

    r3250 r3337  
    1 /* $Id: user32.cpp,v 1.76 2000-03-27 15:06:30 cbratschi Exp $ */
     1/* $Id: user32.cpp,v 1.77 2000-04-07 10:01:16 sandervl Exp $ */
    22
    33/*
     
    891891
    892892        //CB: fonts not handled by Open32, set to WarpSans
     893        lstrcpyA(cmetric->lfSmCaptionFont.lfFaceName,"WarpSans");
     894        cmetric->lfSmCaptionFont.lfHeight = 9;
     895
    893896        lstrcpyA(cmetric->lfCaptionFont.lfFaceName,"WarpSans");
    894897        cmetric->lfCaptionFont.lfHeight = 9;
  • trunk/src/user32/win32wbasenonclient.cpp

    r3306 r3337  
    1 /* $Id: win32wbasenonclient.cpp,v 1.19 2000-04-02 15:11:50 cbratschi Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.20 2000-04-07 10:01:18 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    13071307            ShellAboutA(Win32Hwnd,"Odin","Odin alpha release compiled with IBM VAC++",0);
    13081308        }
     1309#ifdef DEBUG
     1310        //SvL: Do NOT turn this into a dprintf.
    13091311        else
    13101312        if (wParam == SC_PUTMARK)
    1311             dprintf(("Mark requested by user\n"));
     1313            WriteLog(("Mark requested by user\n"));
     1314#endif
    13121315        break;
    13131316
Note: See TracChangeset for help on using the changeset viewer.