Ignore:
Timestamp:
Dec 20, 1999, 5:45:18 PM (26 years ago)
Author:
cbratschi
Message:

some icon bug fixes

File:
1 edited

Legend:

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

    r2114 r2160  
    1 /* $Id: user32.cpp,v 1.61 1999-12-18 16:31:49 cbratschi Exp $ */
     1/* $Id: user32.cpp,v 1.62 1999-12-20 16:45:17 cbratschi Exp $ */
    22
    33/*
     
    877877        break;
    878878    case SPI_GETDRAGFULLWINDOWS:
    879         *(BOOL *)pvParam = FALSE;
     879        *(BOOL *)pvParam = FALSE; //CB: where is the Warp 4 setting stored?
    880880        break;
    881881    case SPI_GETNONCLIENTMETRICS:
     
    912912        /* from now on we always have an alias for MS Sans Serif */
    913913        strcpy(lpLogFont->lfFaceName, "MS Sans Serif");
    914         lpLogFont->lfHeight = -GetProfileIntA("Desktop","IconTitleSize", 8);
     914        lpLogFont->lfHeight = -GetProfileIntA("Desktop","IconTitleSize", /*8*/12); //CB: 8 is too small
    915915        lpLogFont->lfWidth = 0;
    916916        lpLogFont->lfEscapement = lpLogFont->lfOrientation = 0;
Note: See TracChangeset for help on using the changeset viewer.