mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 00:27:47 +00:00
WindowServer: Replace "Pin/Unpin Window" => "Always on Top"
This commit is contained in:
parent
d21dc1f451
commit
68dc2e62fb
Notes:
sideshowbarker
2024-07-18 01:12:35 +09:00
Author: https://github.com/awesomekling
Commit: 68dc2e62fb
6 changed files with 30 additions and 33 deletions
|
@ -225,7 +225,7 @@ public:
|
|||
void minimize_windows(Window&, bool);
|
||||
void hide_windows(Window&, bool);
|
||||
void maximize_windows(Window&, bool);
|
||||
void set_pinned(Window&, bool);
|
||||
void set_always_on_top(Window&, bool);
|
||||
|
||||
template<typename Function>
|
||||
IterationDecision for_each_window_in_modal_stack(Window& window, Function f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue