summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client.h b/client.h
index 41c9b9a..2ea0d22 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