aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index 329b6a3..a8bc0eb 100644
--- a/src/state.h
+++ b/src/state.h
@@ -19,7 +19,7 @@ State *state_create(Window *win, Drawable *draw);
void state_add_button(State *state, Button *btn);
-void state_redraw(State *state);
+void state_redraw(State *state, bool changed_layout);
void state_destroy(State *state);