From c2108e5a482dfb8760849bb01264ed4bdb9f604f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 23 Jan 2015 03:08:21 -0200 Subject: Another mega-patch for the refactoring process. Kinda runs, but functionality from the original main loop is still missing. Patience. --- Panel.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Panel.h') 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 -- cgit v1.2.3