]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Go back to text mode on quit
authorRay Strode <rstrode@redhat.com>
Thu, 19 Jun 2008 20:17:32 +0000 (16:17 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 19 Jun 2008 20:17:32 +0000 (16:17 -0400)
src/main.c

index 9f7e0fc3235ece2ea82a9788475d74404820d2f8..ae58117a08e1b7fe9acd81d69ee7eb724e0b7fcd 100644 (file)
@@ -151,6 +151,8 @@ on_quit (state_t *state)
   ply_trace ("hiding splash");
   if (state->boot_splash != NULL)
     ply_boot_splash_hide (state->boot_splash);
+
+  ply_window_set_mode (state->window, PLY_WINDOW_MODE_TEXT);
   ply_trace ("exiting event loop");
   ply_event_loop_exit (state->loop, 0);
 }