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

Maximus: Use unsigned int for width/height variables

And move its prototype to actions.h (and also that of
save_old_geometry()).
This commit is contained in:
Nicolas Bonifas
2009-09-13 22:28:40 +02:00
committed by Carlos R. Mafra
parent e42586c712
commit 3106292f4b
2 changed files with 5 additions and 7 deletions

View File

@@ -69,7 +69,9 @@ void wMakeWindowVisible(WWindow *wwin);
void wFullscreenWindow(WWindow *wwin);
void wUnfullscreenWindow(WWindow *wwin);
static void save_old_geometry(WWindow *wwin);
static void find_Maximus_geometry(WWindow *wwin, WArea usableArea, int *new_x,
int *new_y, unsigned int *new_width,
unsigned int *new_height);
#endif