From: Ray Strode Date: Wed, 4 Jun 2008 20:30:27 +0000 (-0400) Subject: Fix boot splash test program X-Git-Tag: 0.2.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ded60a7900b9c6cb20d2ef905d59d049e8b01750;p=thirdparty%2Fplymouth.git Fix boot splash test program It hadn't been converted over to the new window api --- diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index 8266212c..a4dbf142 100644 --- a/src/ply-boot-splash.c +++ b/src/ply-boot-splash.c @@ -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)) {