mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-24 00:20:21 +00:00
944e5cfb35
Remove superfluous includes from IPCCompiler's generated output and add include directives in IPC definitions where appropriate.
14 lines
558 B
Text
14 lines
558 B
Text
#include <LibGfx/ShareableBitmap.h>
|
|
|
|
endpoint WindowManagerServer
|
|
{
|
|
set_event_mask(u32 event_mask) =|
|
|
set_manager_window(i32 window_id) =|
|
|
|
|
set_active_window(i32 client_id, i32 window_id) =|
|
|
set_window_minimized(i32 client_id, i32 window_id, bool minimized) =|
|
|
start_window_resize(i32 client_id, i32 window_id) =|
|
|
popup_window_menu(i32 client_id, i32 window_id, Gfx::IntPoint screen_position) =|
|
|
set_window_taskbar_rect(i32 client_id, i32 window_id, Gfx::IntRect rect) =|
|
|
set_applet_area_position(Gfx::IntPoint position) =|
|
|
}
|