Fix pointer events for fullscreen views

This commit is contained in:
emersion 2018-08-02 22:48:43 +01:00
parent 2ecba101fd
commit b336564511
3 changed files with 7 additions and 2 deletions

View file

@ -535,7 +535,7 @@ struct sway_container *container_parent(struct sway_container *container,
return container;
}
static struct sway_container *container_at_view(struct sway_container *swayc,
struct sway_container *container_at_view(struct sway_container *swayc,
double lx, double ly,
struct wlr_surface **surface, double *sx, double *sy) {
if (!sway_assert(swayc->type == C_VIEW, "Expected a view")) {