summaryrefslogtreecommitdiff
path: root/common/layer_stack.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-02-15 15:27:19 +0900
committertmk <nobody@nowhere>2013-02-15 15:27:19 +0900
commit2b811352a1497e28b946a49f9f31dc15dbda420b (patch)
tree98b2502fd231d4916270b76632242a15bb27781d /common/layer_stack.h
parent0c1d98bd3c0b0ea4f109d2515521f1fcbccf3d3f (diff)
Fix switch_default_layer command
Diffstat (limited to 'common/layer_stack.h')
-rw-r--r--common/layer_stack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/layer_stack.h b/common/layer_stack.h
index c88eaffc4f..25bf37a5b1 100644
--- a/common/layer_stack.h
+++ b/common/layer_stack.h
@@ -32,6 +32,7 @@ typedef struct {
} layer_item_t;
+void layer_stack_clear(void);
bool layer_stack_push(uint8_t layer);
bool layer_stack_pop(void);
bool layer_stack_remove(uint8_t layer);