mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Port 0.16 scene changes
This commit is contained in:
parent
979ff58a24
commit
32c44ddb5f
5 changed files with 37 additions and 26 deletions
2
view.h
2
view.h
|
|
@ -25,7 +25,7 @@ struct cg_view {
|
|||
struct cg_server *server;
|
||||
struct wl_list link; // server::views
|
||||
struct wlr_surface *wlr_surface;
|
||||
struct wlr_scene_node *scene_node;
|
||||
struct wlr_scene_tree *scene_tree;
|
||||
|
||||
/* The view has a position in layout coordinates. */
|
||||
int lx, ly;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue