Userland: Rename WindowServerConnection=>ConnectionToWindowServer

This was done with CLion's automatic rename feature.
This commit is contained in:
Itamar 2022-02-25 12:39:33 +02:00 committed by Andreas Kling
commit 935d023967
Notes: sideshowbarker 2024-07-17 18:16:02 +09:00
43 changed files with 201 additions and 201 deletions

View file

@ -79,7 +79,7 @@ public:
{
set_drag_hovered_widget_impl(widget, position, move(mime_types));
}
void notify_drag_cancelled(Badge<WindowServerConnection>);
void notify_drag_cancelled(Badge<ConnectionToWindowServer>);
Function<void(Action&)> on_action_enter;
Function<void(Action&)> on_action_leave;