]> git.lizzy.rs Git - bspwm.git/blobdiff - parse.h
Don't confine the CYCLE_DIR descriptor
[bspwm.git] / parse.h
diff --git a/parse.h b/parse.h
index 61e8502677856be45a6846e853adb256ee55b32d..bb257998293feb7820286df5c653816bbdd6730f 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -20,6 +20,8 @@ bool parse_cycle_direction(char *s, cycle_dir_t *d);
 bool parse_circulate_direction(char *s, circulate_dir_t *d);
 bool parse_history_direction(char *s, history_dir_t *d);
 bool parse_flip(char *s, flip_t *f);
+bool parse_resize_handle(char *s, resize_handle_t *h);
+bool parse_modifier_mask(char *s, uint16_t *m);
 bool parse_pointer_action(char *s, pointer_action_t *a);
 bool parse_child_polarity(char *s, child_polarity_t *p);
 bool parse_degree(char *s, int *d);