mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:17:34 +00:00
LibGfx: Make FloatPoint
compatible with IPC
This commit is contained in:
parent
41c76e6ba6
commit
8dd887b3c8
2 changed files with 17 additions and 2 deletions
|
@ -306,9 +306,13 @@ namespace IPC {
|
|||
|
||||
template<>
|
||||
ErrorOr<void> encode(Encoder&, Gfx::IntPoint const&);
|
||||
template<>
|
||||
ErrorOr<void> encode(Encoder&, Gfx::FloatPoint const&);
|
||||
|
||||
template<>
|
||||
ErrorOr<Gfx::IntPoint> decode(Decoder&);
|
||||
template<>
|
||||
ErrorOr<Gfx::FloatPoint> decode(Decoder&);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue