mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 13:38:45 +02:00
Reset graphics mode before drawing throbber
This ensures keyboard input stays in raw mode
This commit is contained in:
parent
458b2c81e3
commit
fee3d6d876
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,8 @@ animate_at_time (throbber_t *throbber,
|
|||
ply_image_t * const * frames;
|
||||
uint32_t *frame_data;
|
||||
|
||||
ply_window_set_mode (throbber->window, PLY_WINDOW_MODE_GRAPHICS);
|
||||
|
||||
number_of_frames = ply_array_get_size (throbber->frames);
|
||||
|
||||
if (number_of_frames == 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue