diff options
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); |
