mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
LibGUI+WindowServer: Remove InputPreemptor concept
This functionality will be superceded by WindowType:Popups
This commit is contained in:
parent
5d567565a4
commit
3027cf7e99
Notes:
sideshowbarker
2024-07-17 18:08:55 +09:00
Author: https://github.com/thankyouverycool
Commit: 3027cf7e99
Pull-request: https://github.com/SerenityOS/serenity/pull/16098
13 changed files with 0 additions and 53 deletions
|
@ -20,7 +20,6 @@ endpoint WindowClient
|
|||
window_activated(i32 window_id) =|
|
||||
window_deactivated(i32 window_id) =|
|
||||
window_state_changed(i32 window_id, bool minimized, bool maximized, bool occluded) =|
|
||||
window_input_preempted(i32 window_id, i32 preemptor) =|
|
||||
window_close_request(i32 window_id) =|
|
||||
window_resized(i32 window_id, Gfx::IntRect new_rect) =|
|
||||
window_moved(i32 window_id, Gfx::IntRect new_rect) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue