Merge remote-tracking branch 'djpohly/main' into wlroots-next

This commit is contained in:
Leonardo Hernández Hernández 2022-05-10 20:08:41 -05:00
commit dca68f9aa1
No known key found for this signature in database
GPG key ID: E538897EE11B9624
6 changed files with 64 additions and 12 deletions

View file

@ -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