From f0d23203143636473bbb610a728a9d1c62e84394 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 22 Mar 2015 13:55:53 +0100 Subject: [PATCH] Add a fixme for busted fallback of minsize/basesize --- openbox/client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbox/client.c b/openbox/client.c index 8c54a17e..1e703989 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3074,6 +3074,8 @@ void client_try_configure(ObClient *self, gint *x, gint *y, gint *w, gint *h, maxratio = self->fullscreen || (self->max_horz && self->max_vert) ? 0 : self->max_ratio; + /* XXX TODO FIXME these two fallbacks don't check that the fallback + * value itself is specified before using it */ /* base size is substituted with min size if not specified */ if (self->base_size.width >= 0 || self->base_size.height >= 0) { basew = self->base_size.width; -- 2.34.1