WindowServer: Port to socket takeover

This commit is contained in:
Sergey Bugaev 2019-11-26 19:30:35 +03:00 committed by Andreas Kling
parent c9e21b2bcc
commit 22a05621d5
Notes: sideshowbarker 2024-07-19 11:03:56 +09:00
3 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@ class GWindowServerConnection : public IPC::Client::Connection<WSAPI_ServerMessa
C_OBJECT(GWindowServerConnection)
public:
GWindowServerConnection()
: Connection("/tmp/wsportal")
: Connection("/tmp/portal/window")
{}
void handshake() override;