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

stacking.h removed white lines

The white lines in stacking.h were removed.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-11-18 23:07:50 +01:00
committed by Carlos R. Mafra
parent db6605932b
commit e393c6b61a

View File

@@ -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