]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Change to vt window is running on after creating window
authorRay Strode <rstrode@redhat.com>
Mon, 9 Jun 2008 21:15:24 +0000 (17:15 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 9 Jun 2008 21:15:24 +0000 (17:15 -0400)
src/main.c

index 3baf7713140f25d51792bbc3879aafb1ad150dd3..acd5fd28cde5650e5b9c94289f333caddb831118 100644 (file)
@@ -458,6 +458,8 @@ main (int    argc,
 
   state.window = create_window (&state, 7);
 
+  ply_window_take_console (state.window);
+
   ply_trace ("entering event loop");
   exit_code = ply_event_loop_run (state.loop);
   ply_trace ("exited event loop");