]> git.mdlowis.com Git - proto/labwc.git/commitdiff
view: do not resize fullscreen windows
authorJens Peters <jp7677@gmail.com>
Mon, 22 Jan 2024 22:52:33 +0000 (23:52 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 22 Jan 2024 23:03:33 +0000 (00:03 +0100)
src/view.c

index 48493187dc39ee9bb11c32f46bfc521a504cc10c..b3f5c904741a9bf8f0506cd51d7d4fc48dc7d040 100644 (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;
        }