mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:02:56 +00:00
[UXTHEME] Add missing THEME_BUTTON_STATES
CORE-14245 #resolve
This commit is contained in:
parent
9e07da5ccb
commit
25564cda9d
2 changed files with 9 additions and 8 deletions
|
@ -205,7 +205,10 @@ typedef enum {
|
|||
BUTTON_HOT ,
|
||||
BUTTON_PRESSED ,
|
||||
BUTTON_DISABLED ,
|
||||
BUTTON_INACTIVE
|
||||
BUTTON_INACTIVE ,
|
||||
BUTTON_INACTIVE_HOT ,
|
||||
BUTTON_INACTIVE_PRESSED ,
|
||||
BUTTON_INACTIVE_DISABLED
|
||||
} THEME_BUTTON_STATES;
|
||||
|
||||
#define HT_ISBUTTON(ht) ((ht) == HTMINBUTTON || (ht) == HTMAXBUTTON || (ht) == HTCLOSE || (ht) == HTHELP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue