mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
WindowServer: Don't attempt to make WindowServer inspectable
This commit is contained in:
parent
719168a1cd
commit
5f342c41b9
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
namespace WindowServer {
|
||||
|
||||
EventLoop::EventLoop()
|
||||
: m_window_server(Core::LocalServer::construct())
|
||||
: m_event_loop(Core::EventLoop::MakeInspectable::No)
|
||||
, m_window_server(Core::LocalServer::construct())
|
||||
, m_wm_server(Core::LocalServer::construct())
|
||||
{
|
||||
m_keyboard_fd = open("/dev/keyboard0", O_RDONLY | O_NONBLOCK | O_CLOEXEC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue