]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Use vt7 by default
authorRay Strode <rstrode@redhat.com>
Wed, 4 Jun 2008 19:43:45 +0000 (15:43 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 4 Jun 2008 19:43:45 +0000 (15:43 -0400)
src/main.c

index 6b8f77cc8e83bd196dc188dd79ba07eea0a8a1e9..9b0d1cf261d82a2e8642fc9d769dd8a43277a1ba 100644 (file)
@@ -448,7 +448,7 @@ main (int    argc,
       return EX_UNAVAILABLE;
     }
 
-  state.window = create_window (&state, 1);
+  state.window = create_window (&state, 7);
 
   ply_trace ("entering event loop");
   exit_code = ply_event_loop_run (state.loop);