all repos — openbox @ d55ede56a032ee4edcc2de11fc52a4d552c1305c

openbox fork - make it a bit more like ryudo

use the rect
Dana Jansens danakj@orodu.net
commit

d55ede56a032ee4edcc2de11fc52a4d552c1305c

parent

bcb7dddf94266030a89d87e2cae9e3ec730a8760

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

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

@@ -414,7 +414,7 @@ if (_ignore_config) {

_ignore_config--; } else { std::cout << "configure\n"; - if (!(e.width == width() && e.height == height())) + if (!(e.width == _rect.width() && e.height == _rect.height())) _dirty = true; _rect.setRect(e.x, e.y, e.width, e.height); update();