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

fixed [joeyh@debian.org: Bug#99311: full screen maximization cuts off bottom 6 pixels]

This commit is contained in:
kojima
2001-06-06 18:20:23 +00:00
parent adfe32ea1f
commit 7e1f0e1e48
3 changed files with 35 additions and 1 deletions

View File

@@ -352,6 +352,8 @@ void wWindowUnfocus(WWindow *wwin);
void wWindowUpdateName(WWindow *wwin, char *newTitle);
void wWindowConstrainSize(WWindow *wwin, int *nwidth, int *nheight);
void wWindowCropSize(WWindow *wwin, int maxw, int maxh,
int *nwidth, int *nheight);
void wWindowConfigure(WWindow *wwin, int req_x, int req_y,
int req_width, int req_height);