diff options
| author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-05-10 20:08:41 -0500 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-05-10 20:08:41 -0500 | 
| commit | dca68f9aa1ea7132391828456093463de008e0c4 (patch) | |
| tree | a2ed8a05e726cf28ffff54eec001d26a8913caf1 /client.h | |
| parent | 31fa6600a174d44be69d66c16dfefd80583409a1 (diff) | |
| parent | 22bd75226bc897a3b2ad90f36883ff489d435eb4 (diff) | |
Merge remote-tracking branch 'djpohly/main' into wlroots-next
Diffstat (limited to 'client.h')
| -rw-r--r-- | client.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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 | 
