mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01: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;
|
||||
*sx = cursor->x - box.x;
|
||||
*sy = cursor->y - box.y;
|
||||
return view->swayc;
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user