view: do not resize fullscreen windows

This commit is contained in:
Jens Peters 2024-01-22 23:52:33 +01:00 committed by Consolatis
parent 10d417258a
commit 3cdeaecb4b

View file

@ -747,7 +747,7 @@ view_place_initial(struct view *view, bool allow_cursor)
void
view_constrain_size_to_that_of_usable_area(struct view *view)
{
if (!view || !view->output) {
if (!view || !view->output || view->fullscreen) {
return;
}