mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
The client ID is not useful to normal clients anymore, so stop telling everyone what their ID is.
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
endpoint ImageDecoderServer = 7001
|
|
{
|
|
Greet() => ()
|
|
|
|
DecodeImage(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
|
|
}
|