X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fmoveresizeto.c;fp=openbox%2Factions%2Fmoveresizeto.c;h=56f21e61042122b2564d45c2479a2d4ee4989e35;hb=ef868caf4c68bd999cc2f117bd61965f3e4650a9;hp=4b3f269986daa2e867f11c53b143f70181656e30;hpb=21349b6046d21f7af959fb286790c977f4eead50;p=chaz%2Fopenbox diff --git a/openbox/actions/moveresizeto.c b/openbox/actions/moveresizeto.c index 4b3f2699..56f21e61 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;