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

Add function prototypes in action.h and include it in superfluous.c

This commit is contained in:
Carlos R. Mafra
2009-10-10 19:13:02 +02:00
parent b014ef2770
commit cda27758bc
3 changed files with 8 additions and 5 deletions

View File

@@ -69,9 +69,8 @@ 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);
void animateResize(WScreen *scr, int x, int y, int w, int h, int fx, int fy, int fw, int fh);
#endif