diff options
Diffstat (limited to 'include/gui/component.h')
-rw-r--r-- | include/gui/component.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gui/component.h b/include/gui/component.h index 0e8f437..0275d45 100644 --- a/include/gui/component.h +++ b/include/gui/component.h | |||
@@ -1,10 +1,12 @@ | |||
1 | #ifndef UPEM_C_COMPONENT_H | 1 | #ifndef UPEM_C_COMPONENT_H |
2 | #define UPEM_C_COMPONENT_H | 2 | #define UPEM_C_COMPONENT_H |
3 | typedef enum { | 3 | typedef enum { |
4 | WAITING_BUTTON, INSERT_ORIGIN, INSERT_TARGET,PRINTING | 4 | WAITING_BUTTON_SHOW, WAITING_BUTTON_HIDE, INSERT_ORIGIN, INSERT_TARGET, PRINTING, EXITING, PRINTING_BUTTONS, RENDERING |
5 | } Mode; | 5 | } Mode; |
6 | 6 | ||
7 | extern Mode mode; | 7 | extern Mode mode; |
8 | extern int frame; | ||
9 | extern char labelFrame[20]; | ||
8 | /** | 10 | /** |
9 | * File: component.h | 11 | * File: component.h |
10 | * Windows and components handling. | 12 | * Windows and components handling. |