]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Fix boot splash test program
authorRay Strode <rstrode@redhat.com>
Wed, 4 Jun 2008 20:30:27 +0000 (16:30 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 4 Jun 2008 20:31:12 +0000 (16:31 -0400)
It hadn't been converted over to the new window api

src/ply-boot-splash.c

index 8266212cae830a4ebe49b27b65b2a01f6a491e3f..a4dbf14214553c3bb084ec801e2992be1d2a9372 100644 (file)
@@ -329,7 +329,7 @@ main (int    argc,
   else
     module_name = "../splash-plugins/fade-in/.libs/fade-in.so";
 
-  state.window = ply_window_new (ttyname (0));
+  state.window = ply_window_new (0);
 
   if (!ply_window_open (state.window))
     {