aboutsummaryrefslogtreecommitdiff
path: root/client.h
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-05-10 20:08:41 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-05-10 20:08:41 -0500
commitdca68f9aa1ea7132391828456093463de008e0c4 (patch)
treea2ed8a05e726cf28ffff54eec001d26a8913caf1 /client.h
parent31fa6600a174d44be69d66c16dfefd80583409a1 (diff)
parent22bd75226bc897a3b2ad90f36883ff489d435eb4 (diff)
Merge remote-tracking branch 'djpohly/main' into wlroots-next
Diffstat (limited to 'client.h')
-rw-r--r--client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client.h b/client.h
index 1796ef0..f27be2a 100644
--- a/client.h
+++ b/client.h
@@ -113,6 +113,8 @@ client_is_float_type(Client *c)
&& (size_hints->max_width == size_hints->min_width ||
size_hints->max_height == size_hints->min_height))
return 1;
+
+ return 0;
}
#endif