diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-18 18:32:31 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-18 18:32:31 -0400 |
| commit | 64198914dac53e21b5de259efda79878d080c496 (patch) | |
| tree | e8d582556f4867920b2f5d0a8ca6078a6681d8b8 /src | |
| parent | 79f8236416a45bd7ad79136f91a1d98b88935556 (diff) | |
| download | plymouth-64198914dac53e21b5de259efda79878d080c496.tar.gz plymouth-64198914dac53e21b5de259efda79878d080c496.tar.xz plymouth-64198914dac53e21b5de259efda79878d080c496.zip | |
change function signature to silence warning
Diffstat (limited to 'src')
| -rw-r--r-- | src/splash-plugins/text/text.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/splash-plugins/text/text.c b/src/splash-plugins/text/text.c index 014885a..c934c1b 100644 --- a/src/splash-plugins/text/text.c +++ b/src/splash-plugins/text/text.c @@ -126,7 +126,8 @@ detach_from_event_loop (ply_boot_splash_plugin_t *plugin) } void -hide_splash_screen (ply_boot_splash_plugin_t *plugin) +hide_splash_screen (ply_boot_splash_plugin_t *plugin, + ply_window_t *window) { assert (plugin != NULL); |
