From: Ray Strode Date: Thu, 19 Jun 2008 20:17:32 +0000 (-0400) Subject: Go back to text mode on quit X-Git-Tag: 0.4.0~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25663f934b05eab9de941910231c9dd20be63e60;p=thirdparty%2Fplymouth.git Go back to text mode on quit --- diff --git a/src/main.c b/src/main.c index 9f7e0fc3..ae58117a 100644 --- a/src/main.c +++ b/src/main.c @@ -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); }