1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

added arbitrary window levels

This commit is contained in:
kojima
2000-03-24 01:16:02 +00:00
parent 5bd797b066
commit 85ee588aa6
25 changed files with 218 additions and 184 deletions

View File

@@ -471,8 +471,8 @@ wMaximizeWindow(WWindow *wwin, int directions)
new_height = (usableArea.y2-usableArea.y1)-FRAME_BORDER_WIDTH*2;
new_y = usableArea.y1;
if (WFLAGP(wwin, full_maximize)) {
new_y -= wwin->frame->top_width - 1;
new_height += wwin->frame->bottom_width - 3;
new_y -= wwin->frame->top_width;
new_height += wwin->frame->bottom_width - 1;
}
} else {
new_y = wwin->frame_y;