summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-01-23 03:08:21 -0200
committerHisham Muhammad <hisham@gobolinux.org>2015-01-23 03:08:21 -0200
commitc2108e5a482dfb8760849bb01264ed4bdb9f604f (patch)
tree29bd336760c5ca9cbebed5e4a1e007642064cbc4 /Panel.h
parent3383d8e5561dfc6fb2b65e0a194df94ccb5e08af (diff)
Another mega-patch for the refactoring process.
Kinda runs, but functionality from the original main loop is still missing. Patience.
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Panel.h b/Panel.h
index 717f6dde..baac7016 100644
--- a/Panel.h
+++ b/Panel.h
@@ -17,11 +17,11 @@ in the source distribution for its full text.
typedef struct Panel_ Panel;
typedef enum HandlerResult_ {
- HANDLED = 0x00,
- IGNORED = 0x01,
- BREAK_LOOP = 0x02,
- REFRESH = 0x04,
- RECALCULATE = 0x08,
+ HANDLED = 0x01,
+ IGNORED = 0x02,
+ BREAK_LOOP = 0x04,
+ REFRESH = 0x08,
+ RECALCULATE = 0x10,
} HandlerResult;
#define EVENT_SETSELECTED -1

© 2014-2024 Faster IT GmbH | imprint | privacy policy