mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
Merge remote-tracking branch 'djpohly/main' into wlroots-next
This commit is contained in:
commit
dca68f9aa1
6 changed files with 64 additions and 12 deletions
2
client.h
2
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue