mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-09 08:21:23 -04:00
Replace view_wlr_surface_at impl with scene-graph
This commit is contained in:
parent
17b48b6823
commit
4fc4f88efe
4 changed files with 1 additions and 17 deletions
1
view.h
1
view.h
|
|
@ -45,7 +45,6 @@ struct cg_view_impl {
|
|||
void (*activate)(struct cg_view *view, bool activate);
|
||||
void (*maximize)(struct cg_view *view, int output_width, int output_height);
|
||||
void (*destroy)(struct cg_view *view);
|
||||
struct wlr_surface *(*wlr_surface_at)(struct cg_view *view, double sx, double sy, double *sub_x, double *sub_y);
|
||||
};
|
||||
|
||||
struct cg_view_child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue