diff --git a/mlvwm/event.c b/mlvwm/event.c index 30c6372..3d2a04e 100644 --- a/mlvwm/event.c +++ b/mlvwm/event.c @@ -441,10 +441,10 @@ void handle_configure_request( XEvent *ev ) if (xcr->value_mask & CWWidth) width = xcr->width+12; if (xcr->value_mask & CWHeight) height = xcr->height+12; } -/* + tmp_win->frame_x = x<0 ? 0 : x; tmp_win->frame_y = ywin_w = width; tmp_win->win_h = height;