From f7e94e7a0f33cbf6b5ee784974a431d633aada0f Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 6 Mar 2024 21:36:14 +0100 Subject: Fix button ordering bug --- src/state.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/state.h') diff --git a/src/state.h b/src/state.h index 1dedd8e..9ce4cc9 100644 --- a/src/state.h +++ b/src/state.h @@ -22,6 +22,8 @@ void state_add_button(State *state, Button *btn); void state_remove_button(State *state, Button *btn); +void state_order_button(State *state); + void state_redraw(State *state, bool changed_layout); void state_destroy(State *state); -- cgit v1.2.3