mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +00:00
LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap
This commit is contained in:
parent
f8e3c8326d
commit
fbda28248a
5 changed files with 19 additions and 7 deletions
|
@ -282,5 +282,6 @@ const LogStream& operator<<(const LogStream&, Color);
|
|||
using Gfx::Color;
|
||||
|
||||
namespace IPC {
|
||||
bool encode(Encoder&, const Gfx::Color&);
|
||||
bool decode(Decoder&, Gfx::Color&);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue