From e393c6b61a5b3b7792e85b9092798e7bdd1e184d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sun, 18 Nov 2012 23:07:50 +0100 Subject: [PATCH] stacking.h removed white lines The white lines in stacking.h were removed. --- src/stacking.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/stacking.h b/src/stacking.h index de333e1d..574ed74b 100644 --- a/src/stacking.h +++ b/src/stacking.h @@ -20,29 +20,16 @@ #ifndef WMSTACKING_H_ #define WMSTACKING_H_ - void wRaiseFrame(WCoreWindow *frame); - void wLowerFrame(WCoreWindow *frame); - void wRaiseLowerFrame(WCoreWindow *frame); - void AddToStackList(WCoreWindow *frame); - void MoveInStackListAbove(WCoreWindow *next, WCoreWindow *frame); - void MoveInStackListUnder(WCoreWindow *prev, WCoreWindow *frame); - void RemoveFromStackList(WCoreWindow *frame); - void ChangeStackingLevel(WCoreWindow *frame, int new_level); - void RemakeStackList(WScreen *scr); - void CommitStacking(WScreen *scr); - void CommitStackingForFrame(WCoreWindow *frame); - void CommitStackingForWindow(WCoreWindow * frame); - #endif -- 2.11.4.GIT