[wip] layers: remove redundant 'struct wlr_box geo'

This commit is contained in:
Johan Malm 2022-12-21 20:38:40 +00:00
parent c3f9d1362a
commit 42c6e4471b

View file

@ -18,9 +18,7 @@ struct lab_layer_surface {
struct wl_listener output_destroy;
struct wl_listener new_popup;
struct wlr_box geo;
bool mapped;
/* TODO: add extent? */
struct server *server;
};