mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 18:01:29 +00:00
Make it clear that unmanaged views don't have a container
view->swayc is NULL anyway.
This commit is contained in:
parent
8aa195e311
commit
a44a71c116
|
@ -63,7 +63,7 @@ static struct sway_container *container_at_cursor(struct sway_cursor *cursor,
|
||||||
*surface = xsurface->surface;
|
*surface = xsurface->surface;
|
||||||
*sx = cursor->x - box.x;
|
*sx = cursor->x - box.x;
|
||||||
*sy = cursor->y - box.y;
|
*sy = cursor->y - box.y;
|
||||||
return view->swayc;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue