]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Don't reset cursor position when closing window
authorRay Strode <rstrode@redhat.com>
Wed, 10 Sep 2008 23:29:41 +0000 (19:29 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 10 Sep 2008 23:29:41 +0000 (19:29 -0400)
The splash plugins should clear screen on their own.

src/libplybootsplash/ply-window.c

index 61a3e4c19285cde6c0c471a25b51752cb7d52e3f..22832a54d4c361a7634df2c2688d3f3142a2cc34 100644 (file)
@@ -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);