mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
Services: Move to Userland/Services/
This commit is contained in:
parent
4055b03291
commit
c7ac7e6eaf
170 changed files with 4 additions and 4 deletions
18
Userland/Services/WebContent/WebContentServer.ipc
Normal file
18
Userland/Services/WebContent/WebContentServer.ipc
Normal file
|
@ -0,0 +1,18 @@
|
|||
endpoint WebContentServer = 89
|
||||
{
|
||||
Greet(i32 client_pid) => (i32 client_id, i32 server_pid)
|
||||
|
||||
UpdateSystemTheme(i32 shbuf_id) =|
|
||||
|
||||
LoadURL(URL url) =|
|
||||
LoadHTML(String html, URL url) =|
|
||||
|
||||
Paint(Gfx::IntRect content_rect, i32 shbuf_id) =|
|
||||
SetViewportRect(Gfx::IntRect rect) =|
|
||||
|
||||
MouseDown(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers) =|
|
||||
MouseMove(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers) =|
|
||||
MouseUp(Gfx::IntPoint position, unsigned button, unsigned buttons, unsigned modifiers) =|
|
||||
|
||||
KeyDown(i32 key, unsigned modifiers, u32 code_point) =|
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue