1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 07:17:36 +00:00

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
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;