mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
eliminated gcc-4 compilation warnings
This commit is contained in:
@@ -388,9 +388,9 @@ void wWindowFocus(WWindow *wwin, WWindow *owin);
|
||||
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 wWindowConstrainSize(WWindow *wwin, unsigned int *nwidth, unsigned int *nheight);
|
||||
void wWindowCropSize(WWindow *wwin, unsigned int maxw, unsigned int maxh,
|
||||
unsigned int *nwidth, unsigned 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