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

writelog mark + SystemParametersInfoA fix

File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.