mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
This reverts commit 59218007a3
.
This commit is contained in:
parent
53aec3e06d
commit
418bc484e4
25 changed files with 29 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
endpoint WindowClient
|
||||
endpoint WindowClient = 4
|
||||
{
|
||||
Paint(i32 window_id, Gfx::IntSize window_size, Vector<Gfx::IntRect> rects) =|
|
||||
MouseMove(i32 window_id, Gfx::IntPoint mouse_position, u32 button, u32 buttons, u32 modifiers, i32 wheel_delta, bool is_drag, Vector<String> mime_types) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue