mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
Userland: Update IPC calls to use proxies
This updates all existing code to use the auto-generated client methods instead of post_message/send_sync.
This commit is contained in:
committed by
Andreas Kling
parent
78803ce384
commit
5bb79ea0a7
@@ -23,7 +23,7 @@ void Client::die()
|
||||
|
||||
void Client::handshake()
|
||||
{
|
||||
send_sync<Messages::ImageDecoderServer::Greet>();
|
||||
greet();
|
||||
}
|
||||
|
||||
void Client::dummy()
|
||||
|
||||
Reference in New Issue
Block a user