diff options
| author | Federico Angelilli <code@fedang.net> | 2023-11-25 11:11:15 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-11-25 11:11:15 +0100 |
| commit | 61f65a2e24fb7ac9739db934baa6e9fa53641c5f (patch) | |
| tree | 7a33aa962e60e3c8a9e96162105cf9832b54bd31 /src/state.h | |
| parent | 710672df7e0d1e65b6253efb7af714c326a777db (diff) | |
Change redraw scheduling and use posix timer in date_update
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 38cc63f..329b6a3 100644 --- a/src/state.h +++ b/src/state.h @@ -19,6 +19,8 @@ State *state_create(Window *win, Drawable *draw); void state_add_button(State *state, Button *btn); +void state_redraw(State *state); + void state_destroy(State *state); #endif |
