~ruther/dwl

b86fcf6504e7b6aafcace2e099d2de822c25fbf3 — Leonardo Hernández Hernández 3 years ago c00697e
add missing return in client_is_floating_type()

This causes all Xwayland clients to be treated as floating
1 files changed, 2 insertions(+), 0 deletions(-)

M client.h
M client.h => client.h +2 -0
@@ 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


Do not follow this link