Ignore:
Timestamp:
Nov 29, 2002, 4:03:59 PM (23 years ago)
Author:
sandervl
Message:

Add ODIN_SetSyscolors to override system colors without forcing a desktop repaint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r9302 r9444  
    129129void WIN32API EnablePhysicalDiskAccess(BOOL fEnable);
    130130
     131//Override a system color without forcing a desktop repaint (which
     132//SetSysColors does)
     133BOOL WIN32API ODIN_SetSysColors(INT nChanges, const INT *lpSysColor,
     134                                const COLORREF *lpColorValues);
     135
    131136#endif  /*__CUSTOMBUILD_H__*/
    132137
Note: See TracChangeset for help on using the changeset viewer.