mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
WindowServer: Allow windows to be pinnable (always on top)
This patch adds the concept of a window being "Pinnable" (always drawn on top of other windows). This can be toggled through a new checkable action in the top left corner's window menu.
This commit is contained in:
parent
d5722eab36
commit
f6f14777ac
7 changed files with 87 additions and 0 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
void add_to_back(Window&);
|
||||
void remove(Window&);
|
||||
void move_to_front(Window&);
|
||||
void move_pinned_windows_to_front();
|
||||
|
||||
enum class MoveAllWindowsTo {
|
||||
Front,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue