mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 14:58:46 +00:00
Rename WindowComposer -> WindowServer.
I keep referring to it as the windowing server anyway.
This commit is contained in:
parent
d0137f0e96
commit
e42f090ed3
Notes:
sideshowbarker
2024-07-19 16:02:03 +09:00
Author: https://github.com/awesomekling
Commit: e42f090ed3
4 changed files with 4 additions and 18 deletions
|
@ -137,8 +137,8 @@ static void init_stage2()
|
|||
Process::create_kernel_process("spawn_stress", spawn_stress);
|
||||
#endif
|
||||
|
||||
extern void WindowComposer_main();
|
||||
Process::create_kernel_process("WindowComposer", WindowComposer_main);
|
||||
extern void WindowServer_main();
|
||||
Process::create_kernel_process("WindowServer", WindowServer_main);
|
||||
|
||||
current->sys$exit(0);
|
||||
ASSERT_NOT_REACHED();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue