mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 17:08:35 +02:00
Don't reset cursor position when closing window
The splash plugins should clear screen on their own.
This commit is contained in:
parent
dee4a85787
commit
69cec67904
1 changed files with 0 additions and 1 deletions
|
|
@ -506,7 +506,6 @@ void
|
|||
ply_window_close (ply_window_t *window)
|
||||
{
|
||||
ply_window_restore_color_palette (window);
|
||||
ply_window_set_text_cursor_position (window, 0, 0);
|
||||
|
||||
if (ply_frame_buffer_device_is_open (window->frame_buffer))
|
||||
ply_frame_buffer_close (window->frame_buffer);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue