mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +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 WindowManagerClient
|
||||
endpoint WindowManagerClient = 1872
|
||||
{
|
||||
WindowRemoved(i32 wm_id, i32 client_id, i32 window_id) =|
|
||||
WindowStateChanged(i32 wm_id, i32 client_id, i32 window_id, i32 parent_client_id, i32 parent_window_id, bool is_active, bool is_minimized, bool is_modal, bool is_frameless, i32 window_type, [UTF8] String title, Gfx::IntRect rect, i32 progress) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue