diff options
author | Adam NAILI | 2017-12-31 15:00:23 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-31 15:00:23 +0100 |
commit | 41da8b54ed619ea869ca286cd8ec02e105e21c19 (patch) | |
tree | f69a6ba2ece9ec4b0b8fa5d6880f61d5f13fc5ee /include/gui/component.h | |
parent | 4b30bfee527edd88e035b93c1230ddf2101291f6 (diff) | |
download | morpher-41da8b54ed619ea869ca286cd8ec02e105e21c19.tar.gz |
Implementing all kinds of buttons. Rendering to fix
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. |