mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +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
|
@ -33,8 +33,8 @@ public:
|
|||
Outcome exec();
|
||||
Outcome outcome() const { return m_outcome; }
|
||||
|
||||
static void notify_accepted(Badge<WindowServerConnection>);
|
||||
static void notify_cancelled(Badge<WindowServerConnection>);
|
||||
static void notify_accepted(Badge<ConnectionToWindowServer>);
|
||||
static void notify_cancelled(Badge<ConnectionToWindowServer>);
|
||||
|
||||
protected:
|
||||
explicit DragOperation(Core::Object* parent = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue