diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-06-04 16:30:27 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-06-04 16:31:12 -0400 |
| commit | ded60a7900b9c6cb20d2ef905d59d049e8b01750 (patch) | |
| tree | aa857ae38b1983c1f9b71c34ac92a7d6f7173564 /src | |
| parent | b5ffa3574074a3b2b4dbca7b1a9e1b460b4d3917 (diff) | |
Fix boot splash test program
It hadn't been converted over to the new window api
Diffstat (limited to 'src')
| -rw-r--r-- | src/ply-boot-splash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ply-boot-splash.c b/src/ply-boot-splash.c index 8266212..a4dbf14 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)) { |
