From ef868caf4c68bd999cc2f117bd61965f3e4650a9 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 11 Aug 2013 02:07:32 +0200 Subject: [PATCH] Fix a typo that prevented setting client size for the height only (???) --- openbox/actions/moveresizeto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/actions/moveresizeto.c b/openbox/actions/moveresizeto.c index 4b3f269..56f21e6 100644 --- a/openbox/actions/moveresizeto.c +++ b/openbox/actions/moveresizeto.c @@ -136,7 +136,7 @@ static gboolean run_func(ObActionsData *data, gpointer options) h = o->h; if (h == G_MININT) { - if (o->w_sets_client_size) + if (o->h_sets_client_size) h = c->area.height; else h = c->frame->area.height; -- 1.9.1