mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-30 14:11:54 +00:00
WindowServer: Port to socket takeover
This commit is contained in:
parent
c9e21b2bcc
commit
22a05621d5
Notes:
sideshowbarker
2024-07-19 11:03:56 +09:00
Author: https://github.com/bugaevc
Commit: 22a05621d5
Pull-request: https://github.com/SerenityOS/serenity/pull/827
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