1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00

WebContent: Add IPC for setting 'device pixels per CSS pixel'

This commit is contained in:
Linus Groh 2023-01-12 14:35:35 +00:00
parent 075b4ca4d0
commit f3b6b50ee0
4 changed files with 9 additions and 3 deletions

View file

@ -56,6 +56,7 @@ endpoint WebContentServer
set_preferred_color_scheme(Web::CSS::PreferredColorScheme color_scheme) =|
set_has_focus(bool has_focus) =|
set_is_scripting_enabled(bool is_scripting_enabled) =|
set_device_pixels_per_css_pixel(float device_pixels_per_css_pixel) =|
set_window_position(Gfx::IntPoint position) =|
set_window_size(Gfx::IntSize size) =|