all repos — openbox @ cda0b1b8b759bb14cfe57a5e0f20a83c81230035

openbox fork - make it a bit more like ryudo

rm a XXX that we cant do anything about, and wont break things anyhow
Dana Jansens danakj@orodu.net
commit

cda0b1b8b759bb14cfe57a5e0f20a83c81230035

parent

586cbd935469b8dffd3956141f857b0781fbcd66

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

jump to
M src/client.ccsrc/client.cc

@@ -484,9 +484,6 @@ _base_size.setPoint(0, 0);

_min_size.setPoint(0, 0); _max_size.setPoint(INT_MAX, INT_MAX); - // XXX: might want to cancel any interactive resizing of the window at this - // point.. - // get the hints from the window if (XGetWMNormalHints(**otk::display, _window, &size, &ret)) { _positioned = (size.flags & (PPosition|USPosition));