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

CommitStackingForWindow prototype

add CommitStackingForWindow() prototype to superfluous.c
Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
Tamas TEVESZ
2010-09-20 06:31:45 +02:00
committed by Carlos R. Mafra
parent 35ed80648b
commit e18eba6ae7
2 changed files with 3 additions and 0 deletions

View File

@@ -44,4 +44,6 @@ void CommitStacking(WScreen *scr);
void CommitStackingForFrame(WCoreWindow *frame);
void CommitStackingForWindow(WCoreWindow * frame);
#endif

View File

@@ -40,6 +40,7 @@
#include "window.h"
#include "actions.h"
#include "xinerama.h"
#include "stacking.h"
extern WPreferences wPreferences;