mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Everywhere: Hoist the Services folder to the top-level
This commit is contained in:
committed by
Andreas Kling
parent
a7dc40eff3
commit
22e0eeada2
7
Services/ImageDecoder/ImageDecoderClient.ipc
Normal file
7
Services/ImageDecoder/ImageDecoderClient.ipc
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <LibGfx/BitmapSequence.h>
|
||||
|
||||
endpoint ImageDecoderClient
|
||||
{
|
||||
did_decode_image(i64 image_id, bool is_animated, u32 loop_count, Gfx::BitmapSequence bitmaps, Vector<u32> durations, Gfx::FloatPoint scale) =|
|
||||
did_fail_to_decode_image(i64 image_id, String error_message) =|
|
||||
}
|
||||
Reference in New Issue
Block a user