mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
CtrlLib: ChWin32: Removed unsupported colors
This commit is contained in:
parent
daf3068438
commit
02ec62e89c
1 changed files with 3 additions and 0 deletions
|
|
@ -326,12 +326,15 @@ static sysColor sSysColor[] = {
|
|||
{ SColorText_Write, COLOR_WINDOWTEXT },
|
||||
{ SColorHighlight_Write, COLOR_HIGHLIGHT },
|
||||
{ SColorHighlightText_Write, COLOR_HIGHLIGHTTEXT },
|
||||
{ SColorMenu_Write, COLOR_3DFACE },
|
||||
/*
|
||||
{ SColorMenu_Write, COLOR_MENU },
|
||||
{ SColorMenuText_Write, COLOR_MENUTEXT },
|
||||
{ SColorInfo_Write, COLOR_INFOBK },
|
||||
{ SColorInfoText_Write, COLOR_INFOTEXT },
|
||||
{ SColorLight_Write, COLOR_3DHILIGHT },
|
||||
{ SColorShadow_Write, COLOR_3DSHADOW },
|
||||
*/
|
||||
};
|
||||
|
||||
bool IsSysFlag(dword flag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue