]> git.lizzy.rs Git - bspwm.git/blobdiff - messages.h
Add the proper *quit* binding to the panel
[bspwm.git] / messages.h
index 89e2cc7a0a14c6e9f4a2666c37b33bf86104434c..e8d11b08e888661704afe97984a8e345f60ab084 100644 (file)
@@ -19,8 +19,8 @@ bool cmd_control(char **, int);
 bool cmd_restore(char **, int);
 bool cmd_config(char **, int, char *);
 bool cmd_quit(char **, int);
-bool get_setting(char *, char *);
-bool set_setting(char *, char *);
+bool set_setting(coordinates_t, char *, char *);
+bool get_setting(coordinates_t, char *, char *);
 bool parse_bool(char *, bool *);
 bool parse_layout(char *, layout_t *);
 bool parse_direction(char *, direction_t *);
@@ -29,6 +29,8 @@ bool parse_circulate_direction(char *, circulate_dir_t *);
 bool parse_flip(char *, flip_t *);
 bool parse_fence_move(char *, fence_move_t *);
 bool parse_pointer_action(char *, pointer_action_t *);
+bool parse_degree(char *, int *);
 bool parse_window_id(char *, long int *);
+bool parse_index(char *, int *);
 
 #endif