- Timestamp:
- Nov 29, 2002, 4:46:34 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/syscolor.cpp
r9444 r9446 1 /* $Id: syscolor.cpp,v 1.3 3 2002-11-29 15:03:36sandervl Exp $ */1 /* $Id: syscolor.cpp,v 1.34 2002-11-29 15:46:34 sandervl Exp $ */ 2 2 3 3 /* … … 210 210 if(fColorInit == FALSE) 211 211 { 212 SYSCOLOR_Init();213 fColorInit = TRUE;212 SYSCOLOR_Init(); 213 fColorInit = TRUE; 214 214 } 215 215 216 216 if ((nIndex >= 0) && (nIndex < NUM_SYS_COLORS)) 217 217 { 218 if (USEWINCOLORS) return SysColors[nIndex]; 219 else 220 if(nIndex < NUM_OPEN32_SYSCOLORS) 221 return O32_GetSysColor(nIndex); 222 else return SysColors[nIndex]; 218 return SysColors[nIndex]; 223 219 } 224 220 else return 0; … … 248 244 { 249 245 ODIN_SetSysColors(nChanges, lpSysColor, lpColorValues); 250 251 O32_SetSysColors(nChanges, lpSysColor, lpColorValues);252 246 253 247 /* Send WM_SYSCOLORCHANGE message to all windows */
Note:
See TracChangeset
for help on using the changeset viewer.