diff options
author | okan <okan> | 2012-12-17 14:32:39 +0000 |
---|---|---|
committer | okan <okan> | 2012-12-17 14:32:39 +0000 |
commit | 3a3e0383b2b605ede516f4f58eef778bea7815e4 (patch) | |
tree | 9aa77f0f9c343b5caa6887d28283047cda0154bb /calmwm.h | |
parent | d651c1cc3b5b1f4c00cbefd6247083c5f3f0fce5 (diff) | |
download | cwm-3a3e0383b2b605ede516f4f58eef778bea7815e4.tar.gz cwm-3a3e0383b2b605ede516f4f58eef778bea7815e4.tar.xz cwm-3a3e0383b2b605ede516f4f58eef778bea7815e4.zip |
create and use menuq_clear() helper; from Tiago Cunha
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h index 096a5c4..35bf6c2 100644 --- a/calmwm.h +++ b/calmwm.h @@ -431,6 +431,7 @@ struct menu *menu_filter(struct screen_ctx *, struct menu_q *, void (*)(struct menu_q *, struct menu_q *, char *), void (*)(struct menu *, int)); void menu_init(struct screen_ctx *); +void menuq_clear(struct menu_q *); int parse_config(const char *, struct conf *); |