From 042dde0ef9b3ba213285066aacae105740422ac2 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 8 Feb 2024 11:01:29 +0100 Subject: Experimental change to state_redraw --- src/state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/state.h') 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); -- cgit v1.2.3