mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
Remove static function declaration from header file
This commit is contained in:
@@ -91,6 +91,12 @@ static int compareTimes(Time t1, Time t2)
|
||||
return (diff < 60000) ? 1 : -1;
|
||||
}
|
||||
|
||||
#ifdef ANIMATIONS
|
||||
static void shade_animate(WWindow *wwin, Bool what);
|
||||
#else
|
||||
static void shade_animate(WWindow *wwin, Bool what) { }
|
||||
#endif
|
||||
|
||||
/*
|
||||
*----------------------------------------------------------------------
|
||||
* wSetFocusTo--
|
||||
@@ -1834,6 +1840,4 @@ static void shade_animate(WWindow *wwin, Bool what)
|
||||
break;
|
||||
}
|
||||
}
|
||||
#else
|
||||
static void shade_animate(WWindow *wwin, Bool what) { return; }
|
||||
#endif /* ANIMATIONS */
|
||||
#endif
|
||||
|
||||
@@ -39,7 +39,6 @@ int wKeyboardMoveResizeWindow(WWindow *wwin);
|
||||
|
||||
void wMouseResizeWindow(WWindow *wwin, XEvent *ev);
|
||||
|
||||
static void shade_animate(WWindow *wwin, Bool what);
|
||||
void wShadeWindow(WWindow *wwin);
|
||||
void wUnshadeWindow(WWindow *wwin);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user