From: "Rodolfo García Peñas (kix)" <[email protected]> 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 de333e1..574ed74 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 -- 1.7.10.4 -- To unsubscribe, send mail to [email protected].
