mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
WebContent: Remove the sync result from did_request_fullscreen_window
This was unused.
This commit is contained in:
committed by
Gregory Bertilson
parent
63820376ef
commit
d0a38bd046
Notes:
github-actions[bot]
2026-03-18 00:00:18 +00:00
Author: https://github.com/Zaggy1024 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d0a38bd046d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8461
@@ -101,7 +101,7 @@ endpoint WebContentClient
|
||||
did_request_resize_window(u64 page_id, Gfx::IntSize size) =|
|
||||
did_request_maximize_window(u64 page_id) =|
|
||||
did_request_minimize_window(u64 page_id) =|
|
||||
did_request_fullscreen_window(u64 page_id) => (bool success)
|
||||
did_request_fullscreen_window(u64 page_id) =|
|
||||
did_request_exit_fullscreen(u64 page_id) =|
|
||||
did_request_file(u64 page_id, ByteString path, i32 request_id) =|
|
||||
did_request_color_picker(u64 page_id, Color current_color) =|
|
||||
|
||||
Reference in New Issue
Block a user