summaryrefslogtreecommitdiff
path: root/include/gui/component.h
diff options
context:
space:
mode:
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.