mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
stacking.h removed white lines
The white lines in stacking.h were removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
db6605932b
commit
e393c6b61a
@@ -20,29 +20,16 @@
|
|||||||
|
|
||||||
#ifndef WMSTACKING_H_
|
#ifndef WMSTACKING_H_
|
||||||
#define WMSTACKING_H_
|
#define WMSTACKING_H_
|
||||||
|
|
||||||
void wRaiseFrame(WCoreWindow *frame);
|
void wRaiseFrame(WCoreWindow *frame);
|
||||||
|
|
||||||
void wLowerFrame(WCoreWindow *frame);
|
void wLowerFrame(WCoreWindow *frame);
|
||||||
|
|
||||||
void wRaiseLowerFrame(WCoreWindow *frame);
|
void wRaiseLowerFrame(WCoreWindow *frame);
|
||||||
|
|
||||||
void AddToStackList(WCoreWindow *frame);
|
void AddToStackList(WCoreWindow *frame);
|
||||||
|
|
||||||
void MoveInStackListAbove(WCoreWindow *next, WCoreWindow *frame);
|
void MoveInStackListAbove(WCoreWindow *next, WCoreWindow *frame);
|
||||||
|
|
||||||
void MoveInStackListUnder(WCoreWindow *prev, WCoreWindow *frame);
|
void MoveInStackListUnder(WCoreWindow *prev, WCoreWindow *frame);
|
||||||
|
|
||||||
void RemoveFromStackList(WCoreWindow *frame);
|
void RemoveFromStackList(WCoreWindow *frame);
|
||||||
|
|
||||||
void ChangeStackingLevel(WCoreWindow *frame, int new_level);
|
void ChangeStackingLevel(WCoreWindow *frame, int new_level);
|
||||||
|
|
||||||
void RemakeStackList(WScreen *scr);
|
void RemakeStackList(WScreen *scr);
|
||||||
|
|
||||||
void CommitStacking(WScreen *scr);
|
void CommitStacking(WScreen *scr);
|
||||||
|
|
||||||
void CommitStackingForFrame(WCoreWindow *frame);
|
void CommitStackingForFrame(WCoreWindow *frame);
|
||||||
|
|
||||||
void CommitStackingForWindow(WCoreWindow * frame);
|
void CommitStackingForWindow(WCoreWindow * frame);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user