Resizing from compositor

This commit is contained in:
2022-09-03 19:55:31 +02:00
parent c9265ea20c
commit 7dc0a6194f
3 changed files with 31 additions and 2 deletions

View File

@@ -58,4 +58,6 @@ struct client_state
struct xkb_state *xkb_state;
struct xkb_context *xkb_context;
struct xkb_keymap *xkb_keymap;
int width, height;
bool closed;
};