mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 08:51:57 +00:00
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
This was done with CLion's automatic rename feature.
This commit is contained in:
parent
af132fdbd1
commit
935d023967
Notes:
sideshowbarker
2024-07-17 18:16:02 +09:00
Author: https://github.com/itamar8910
Commit: 935d023967
Pull-request: https://github.com/SerenityOS/serenity/pull/12760
43 changed files with 201 additions and 201 deletions
|
@ -16,7 +16,7 @@ public:
|
|||
static i32 register_callback(Function<void(i32)>);
|
||||
static bool unregister_callback(i32 callback_id);
|
||||
|
||||
static void notify(Badge<WindowServerConnection>);
|
||||
static void notify(Badge<ConnectionToWindowServer>);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue