diff options
| author | Federico Angelilli <code@fedang.net> | 2024-02-08 11:01:29 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-02-08 11:01:29 +0100 |
| commit | 042dde0ef9b3ba213285066aacae105740422ac2 (patch) | |
| tree | ba7432cf98ba98cdce65e5b5a7f5e6007d2811c2 /src/state.h | |
| parent | c13a74d93c62e8e867afcbed487bcbc7955b29e7 (diff) | |
Experimental change to state_redraw
Diffstat (limited to 'src/state.h')
| -rw-r--r-- | src/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state.h b/src/state.h index a8bc0eb..5814415 100644 --- a/src/state.h +++ b/src/state.h @@ -13,6 +13,7 @@ struct State { Window *win; Drawable *draw; GList *btns; + gint id; }; State *state_create(Window *win, Drawable *draw); |
