diff options
Diffstat (limited to 'src/state.h')
| -rw-r--r-- | src/state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/state.h b/src/state.h index 5814415..1dedd8e 100644 --- a/src/state.h +++ b/src/state.h @@ -20,6 +20,8 @@ State *state_create(Window *win, Drawable *draw); void state_add_button(State *state, Button *btn); +void state_remove_button(State *state, Button *btn); + void state_redraw(State *state, bool changed_layout); void state_destroy(State *state); |
