all repos — openbox @ be141c2ac3e0d9fccda431544d30828221a539c6

openbox fork - make it a bit more like ryudo

take out useless(?) assert
Dana Jansens danakj@orodu.net
commit

be141c2ac3e0d9fccda431544d30828221a539c6

parent

1e36acfd9198a7d8cbad4eef094e15a03eebc291

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

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

@@ -4225,8 +4225,6 @@ if (dw > client.max_width) dw = client.max_width;

if (dh > client.max_height) dh = client.max_height; } - assert(dw >= base_width && dh >= base_height); - if (client.width_inc > 1) { dw -= base_width; dw /= client.width_inc;