mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb+LibWebView+UI: Add a context menu item to toggle fullscreen state
This commit is contained in:
committed by
Gregory Bertilson
parent
3a9ae0eb02
commit
ae8181b467
Notes:
github-actions[bot]
2026-03-01 21:42:42 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/ae8181b4673 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8219 Reviewed-by: https://github.com/Zaggy1024
@@ -358,6 +358,8 @@ protected:
|
||||
RefPtr<Action> m_media_show_controls_action;
|
||||
RefPtr<Action> m_media_hide_controls_action;
|
||||
RefPtr<Action> m_media_loop_action;
|
||||
RefPtr<Action> m_media_enter_fullscreen_action;
|
||||
RefPtr<Action> m_media_exit_fullscreen_action;
|
||||
|
||||
Queue<Web::InputEvent> m_pending_input_events;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user