all repos — openbox @ ef868caf4c68bd999cc2f117bd61965f3e4650a9

openbox fork - make it a bit more like ryudo

Fix a typo that prevented setting client size for the height only (???)
Mikael Magnusson mikachu@gmail.com
commit

ef868caf4c68bd999cc2f117bd61965f3e4650a9

parent

21349b6046d21f7af959fb286790c977f4eead50

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/actions/moveresizeto.copenbox/actions/moveresizeto.c

@@ -136,7 +136,7 @@ else if (o->w_denom) w = (w * area->width) / o->w_denom;

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;