mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 12:25:06 +00:00
WindowServer: Set the WSMessageLoop::server_process() as early as possible.
This commit is contained in:
parent
a3799cb71e
commit
004aad0995
3 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
void WindowServer_main()
|
||||
{
|
||||
WSMessageLoop::the().set_server_process(*current);
|
||||
current->set_priority(Process::HighPriority);
|
||||
auto info = current->set_video_resolution(1024, 768);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue