summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-22 02:50:40 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-22 02:50:40 -0300
commit09c7152990b6fd269ac0a023e2093dcf041e2f9d (patch)
tree0919c831a5bc4c878a451d9f72d16394fe315fe7 /Panel.h
parent4e064e0db75f1c7fa51b8ae922bd8fe4483843fc (diff)
Refactor state control variables.
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;

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