mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:37:35 +00:00
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
This was done with CLion's automatic rename feature.
This commit is contained in:
parent
af132fdbd1
commit
935d023967
43 changed files with 201 additions and 201 deletions
|
@ -44,7 +44,7 @@ public:
|
|||
void popup(const Gfx::IntPoint& screen_position, const RefPtr<Action>& default_action = nullptr);
|
||||
void dismiss();
|
||||
|
||||
void visibility_did_change(Badge<WindowServerConnection>, bool visible);
|
||||
void visibility_did_change(Badge<ConnectionToWindowServer>, bool visible);
|
||||
|
||||
void set_children_actions_enabled(bool enabled);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue