WIP put width/height in surface

This commit is contained in:
Rakarake 2026-01-08 18:07:24 +01:00
parent 53af3af200
commit 4806cff440
2 changed files with 10 additions and 9 deletions

View file

@ -9,6 +9,8 @@
#define OUTPUT_LAYER 1
struct surface {
int width, height;
struct wl_surface *wl_surface;
struct xdg_surface *xdg_surface;
struct xdg_toplevel *xdg_toplevel;
@ -25,7 +27,6 @@ struct surface_list {
};
struct client_state {
int width, height;
int running;
int output_type;
/* Globals */