mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 18:18:05 +02:00
insufficient parameters passed to ply_boot_splash_add_window
This commit is contained in:
parent
b5f945e162
commit
fde5abb890
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ main (int argc,
|
|||
return errno;
|
||||
}
|
||||
|
||||
ply_boot_splash_add_window (state.window);
|
||||
ply_boot_splash_add_window (state.splash, state.window);
|
||||
ply_boot_splash_attach_to_event_loop (state.splash, state.loop);
|
||||
|
||||
if (!ply_boot_splash_show (state.splash))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue