summaryrefslogtreecommitdiffstats
path: root/Panel.c
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.c
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.c')
-rw-r--r--Panel.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/Panel.c b/Panel.c
index 8982cc2e..de120d7c 100644
--- a/Panel.c
+++ b/Panel.c
@@ -28,11 +28,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