summaryrefslogtreecommitdiffstats
path: root/Panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'Panel.c')
-rw-r--r--Panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Panel.c b/Panel.c
index 8f73634d..1772057c 100644
--- a/Panel.c
+++ b/Panel.c
@@ -31,8 +31,8 @@ typedef enum HandlerResult_ {
HANDLED = 0x01,
IGNORED = 0x02,
BREAK_LOOP = 0x04,
- REFRESH = 0x08,
- RECALCULATE = 0x10,
+ REDRAW = 0x08,
+ RESCAN = 0x10,
SYNTH_KEY = 0x20,
} HandlerResult;