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:
parent
c9e21b2bcc
commit
22a05621d5
3 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue