mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +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
|
@ -31,7 +31,7 @@ WSMessageLoop& WSMessageLoop::the()
|
|||
|
||||
int WSMessageLoop::exec()
|
||||
{
|
||||
m_server_process = current;
|
||||
ASSERT(m_server_process == current);
|
||||
|
||||
m_keyboard_fd = m_server_process->sys$open("/dev/keyboard", O_RDONLY);
|
||||
m_mouse_fd = m_server_process->sys$open("/dev/psaux", O_RDONLY);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue