pre cutover push
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
compile insert msWin_SysColor_Equates
|
||||
/*
|
||||
** Copyright (C) 1992-2016 Revelation Software Inc. All Rights Reserved **
|
||||
** Copyright (C) 1992-2024 Revelation Software Inc. All Rights Reserved **
|
||||
|
||||
Author Captain C
|
||||
Date March 2016
|
||||
Purpose Equates for the GetSysColor Windows API function.
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
Mr C 06 Mar 24 Added SYSCOLOR_MENUBAR$, SYSCOLOR_MENUHIGHLIGHT$
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@ -44,7 +45,11 @@ compile insert msWin_SysColor_Equates
|
||||
equ SYSCOLOR_HOTLIGHT$ to 26
|
||||
equ SYSCOLOR_GRADIENTACTIVECAPTION$ to 27
|
||||
equ SYSCOLOR_GRADIENTINACTIVECAPTION$ to 28
|
||||
equ SYSCOLOR_ENDCOLORS$ to SYSCOLOR_GRADIENTINACTIVECAPTION$
|
||||
equ SYSCOLOR_MENUHIGHLIGHT$ to 29
|
||||
equ SYSCOLOR_MENUBAR$ to 30
|
||||
|
||||
equ SYSCOLOR_ENDCOLORS$ to SYSCOLOR_MENUBAR$
|
||||
|
||||
equ SYSCOLOR_DESKTOP$ to SYSCOLOR_BACKGROUND$
|
||||
equ SYSCOLOR_3DFACE$ to SYSCOLOR_BTNFACE$
|
||||
equ SYSCOLOR_3DSHADOW$ to SYSCOLOR_BTNSHADOW$
|
||||
|
Reference in New Issue
Block a user