mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
WindowServer: Replace "Pin/Unpin Window" => "Always on Top"
This commit is contained in:
parent
d21dc1f451
commit
68dc2e62fb
6 changed files with 30 additions and 33 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
void add_to_back(Window&);
|
||||
void remove(Window&);
|
||||
void move_to_front(Window&);
|
||||
void move_pinned_windows_to_front();
|
||||
void move_always_on_top_windows_to_front();
|
||||
|
||||
enum class MoveAllWindowsTo {
|
||||
Front,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue