mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:57:44 +00:00
LibGUI+WindowServer: Remove InputPreemptor concept
This functionality will be superceded by WindowType:Popups
This commit is contained in:
parent
5d567565a4
commit
3027cf7e99
13 changed files with 0 additions and 53 deletions
|
@ -1163,12 +1163,6 @@ void Window::notify_state_changed(Badge<ConnectionToWindowServer>, bool minimize
|
|||
}
|
||||
}
|
||||
|
||||
void Window::notify_input_preempted(Badge<ConnectionToWindowServer>, InputPreemptor preemptor)
|
||||
{
|
||||
if (on_input_preemption)
|
||||
on_input_preemption(preemptor);
|
||||
}
|
||||
|
||||
Action* Window::action_for_shortcut(Shortcut const& shortcut)
|
||||
{
|
||||
return Action::find_action_for_shortcut(*this, shortcut);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue