mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 18:58:01 +02:00
Don't clear screen when tracing
This commit is contained in:
parent
0254a231a6
commit
5237f84949
1 changed files with 3 additions and 0 deletions
|
|
@ -650,6 +650,9 @@ ply_window_set_text_cursor_position (ply_window_t *window,
|
|||
void
|
||||
ply_window_clear_screen (ply_window_t *window)
|
||||
{
|
||||
if (ply_is_tracing ())
|
||||
return;
|
||||
|
||||
if (ply_frame_buffer_device_is_open (window->frame_buffer))
|
||||
ply_frame_buffer_fill_with_color (window->frame_buffer, NULL, 0.0, 0.0, 0.0, 1.0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue