mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGUI+WindowServer: Remove InputPreemptor concept
This functionality will be superceded by WindowType:Popups
This commit is contained in:
committed by
Andreas Kling
parent
5d567565a4
commit
3027cf7e99
@@ -642,12 +642,6 @@ void WindowManager::notify_progress_changed(Window& window)
|
||||
tell_wms_window_state_changed(window);
|
||||
}
|
||||
|
||||
void WindowManager::notify_input_preempted(Window& window, InputPreemptor preemptor)
|
||||
{
|
||||
if (window.client())
|
||||
window.client()->async_window_input_preempted(window.window_id(), (i32)preemptor);
|
||||
}
|
||||
|
||||
void WindowManager::pick_new_active_window(Window* previous_active)
|
||||
{
|
||||
Window* desktop = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user