changed MITEM to MI for convenience
This commit is contained in:
parent
21a55be4af
commit
66fa8bd217
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
----------------------------------------------------------------------------*/
|
||||
|
||||
// DISABLED grays out the menu item
|
||||
#define MITEM_DISABLED -1
|
||||
#define MITEM_ENABLED 0
|
||||
#define MI_DISABLED -1
|
||||
#define MI_ENABLED 0
|
||||
|
||||
#define MenuButtonActive 1 /// cursor on button
|
||||
#define MenuButtonClicked 2 /// mouse button down on button
|
||||
|
|
Loading…
Add table
Reference in a new issue