summaryrefslogtreecommitdiff
path: root/include/gui/component.h
diff options
context:
space:
mode:
authorAdam NAILI2017-12-31 15:00:23 +0100
committerAdam NAILI2017-12-31 15:00:23 +0100
commit41da8b54ed619ea869ca286cd8ec02e105e21c19 (patch)
treef69a6ba2ece9ec4b0b8fa5d6880f61d5f13fc5ee /include/gui/component.h
parent4b30bfee527edd88e035b93c1230ddf2101291f6 (diff)
downloadmorpher-41da8b54ed619ea869ca286cd8ec02e105e21c19.tar.gz
Implementing all kinds of buttons. Rendering to fix
Diffstat (limited to 'include/gui/component.h')
-rw-r--r--include/gui/component.h4
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
3typedef enum { 3typedef 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
7extern Mode mode; 7extern Mode mode;
8extern int frame;
9extern char labelFrame[20];
8/** 10/**
9 * File: component.h 11 * File: component.h
10 * Windows and components handling. 12 * Windows and components handling.