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