2020-06-17 17:31:42 +02:00
|
|
|
endpoint WebContentServer = 89
|
|
|
|
|
{
|
2020-06-21 21:22:10 +02:00
|
|
|
Greet(i32 client_pid) => (i32 client_id, i32 server_pid)
|
2020-06-17 17:31:42 +02:00
|
|
|
|
|
|
|
|
UpdateSystemTheme(i32 shbuf_id) =|
|
|
|
|
|
|
|
|
|
|
LoadURL(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) =|
|
|
|
|
|
}
|