Fixed known regressions from the wlr_scene migration

This commit is contained in:
Keith Bowes 2022-03-03 10:35:50 -05:00
parent 579a2d2084
commit ac01aefe32
4 changed files with 58 additions and 14 deletions

View file

@ -5,6 +5,7 @@
void init_xdg_shell(struct wb_server *server);
void focus_view(struct wb_view *view, struct wlr_surface *surface);
struct wlr_output *get_active_output(struct wb_view *view);
struct wb_view *get_view_at(
struct wb_server *server, double lx, double ly,
struct wlr_surface **surface, double *sx, double *sy);