aboutsummaryrefslogtreecommitdiff
path: root/src/state.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-02-08 11:01:29 +0100
committerFederico Angelilli <code@fedang.net>2024-02-08 11:01:29 +0100
commit042dde0ef9b3ba213285066aacae105740422ac2 (patch)
treeba7432cf98ba98cdce65e5b5a7f5e6007d2811c2 /src/state.h
parentc13a74d93c62e8e867afcbed487bcbc7955b29e7 (diff)
Experimental change to state_redraw
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h1
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);