Replace view_wlr_surface_at impl with scene-graph

This commit is contained in:
Simon Ser 2021-08-10 11:40:54 +02:00
parent 17b48b6823
commit 4fc4f88efe
4 changed files with 1 additions and 17 deletions

1
view.h
View file

@ -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 {