WIP progress towards layer

This commit is contained in:
Rakarake 2026-01-08 17:47:21 +01:00
parent 5fcd796e74
commit 9cb10980e3
2 changed files with 52 additions and 27 deletions

View file

@ -25,6 +25,7 @@ struct surface_list {
};
struct client_state {
// TODO: move this to surface
int width, height;
int running;
int output_type;