mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 11:34:59 +00:00

This patch removes the IPC endpoint numbers that needed to be specified in the IPC files. Since the string hash is a (hopefully) collision free number that depends on the name of the endpoint, we now use that instead. :^)
6 lines
194 B
Text
6 lines
194 B
Text
endpoint ImageDecoderServer
|
|
{
|
|
Greet() => ()
|
|
|
|
DecodeImage(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
|
|
}
|