Changeset 2160 for trunk/src/user32/user32.cpp
- Timestamp:
- Dec 20, 1999, 5:45:18 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r2114 r2160 1 /* $Id: user32.cpp,v 1.6 1 1999-12-18 16:31:49cbratschi Exp $ */1 /* $Id: user32.cpp,v 1.62 1999-12-20 16:45:17 cbratschi Exp $ */ 2 2 3 3 /* … … 877 877 break; 878 878 case SPI_GETDRAGFULLWINDOWS: 879 *(BOOL *)pvParam = FALSE; 879 *(BOOL *)pvParam = FALSE; //CB: where is the Warp 4 setting stored? 880 880 break; 881 881 case SPI_GETNONCLIENTMETRICS: … … 912 912 /* from now on we always have an alias for MS Sans Serif */ 913 913 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 915 915 lpLogFont->lfWidth = 0; 916 916 lpLogFont->lfEscapement = lpLogFont->lfOrientation = 0;
Note:
See TracChangeset
for help on using the changeset viewer.