From ebbde8f4090da09b610f944d153869a4b273bc4e Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sat, 13 Sep 2008 10:51:26 -0400 Subject: [PATCH] Don't force text mode on quit Leave it up to the splash plugin to decide --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index 370a63e7..28cec2bd 100644 --- a/src/main.c +++ b/src/main.c @@ -297,8 +297,6 @@ on_quit (state_t *state) ply_trace ("hiding splash"); if (state->boot_splash != NULL) ply_boot_splash_hide (state->boot_splash); - if (state->window != NULL) - ply_window_set_mode (state->window, PLY_WINDOW_MODE_TEXT); ply_trace ("exiting event loop"); ply_event_loop_exit (state->loop, 0); }