all repos — openbox @ f325abe4e454f3c413ad91e6145b8a8c458c8758

openbox fork - make it a bit more like ryudo

use the current size, which will get capped by max/mins
Dana Jansens danakj@orodu.net
commit

f325abe4e454f3c413ad91e6145b8a8c458c8758

parent

33e87b39697f507ac65a779861b641f96744ada0

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

jump to
M otk/widget.ccotk/widget.cc

@@ -89,7 +89,7 @@ if (!_visible) {

_visible = true; if (_parent) _parent->calcDefaultSizes(); else { - resize(_min_size); + resize(_area.size()); } XMapWindow(**display, _window); update();