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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user