Removed some unnecessary anonymous structures

Fixed print-screen for full-screen mode


git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1530 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Overhaul
2007-10-20 07:05:06 +00:00
parent b25087e3e8
commit e879d3103c
4 changed files with 23 additions and 20 deletions
+2 -2
View File
@@ -46,9 +46,9 @@
#define BUTTON_INIT 1
#define BUTTON_WAS_CLICKED 2
//effects how the button is rendered.
//affects how the button is rendered.
#define BUTTON_TYPES ( BUTTON_QUICK | BUTTON_GENERIC | BUTTON_HOT_SPOT | BUTTON_CHECKBOX )
//effects how the button is processed
//affects how the button is processed
#define BUTTON_TYPE_MASK (BUTTON_NO_TOGGLE| BUTTON_ALLOW_DISABLED_CALLBACK | BUTTON_CHECKBOX | BUTTON_IGNORE_CLICKS )
//button flags