mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
[wip] layers: remove redundant 'struct wlr_box geo'
This commit is contained in:
parent
c3f9d1362a
commit
42c6e4471b
1 changed files with 0 additions and 2 deletions
|
|
@ -18,9 +18,7 @@ struct lab_layer_surface {
|
||||||
struct wl_listener output_destroy;
|
struct wl_listener output_destroy;
|
||||||
struct wl_listener new_popup;
|
struct wl_listener new_popup;
|
||||||
|
|
||||||
struct wlr_box geo;
|
|
||||||
bool mapped;
|
bool mapped;
|
||||||
/* TODO: add extent? */
|
|
||||||
struct server *server;
|
struct server *server;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue