mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 18:58:01 +02:00
Reset keyboard to non-canonical mode every time we switch modes
This commit is contained in:
parent
6722ead0de
commit
95e37c737e
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ ply_window_set_mode (ply_window_t *window,
|
|||
return false;
|
||||
break;
|
||||
}
|
||||
ply_window_set_unbuffered_input (window);
|
||||
|
||||
window->mode = mode;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue