From: Ray Strode Date: Sun, 18 May 2008 22:32:31 +0000 (-0400) Subject: change function signature to silence warning X-Git-Tag: 0.1.0~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64198914dac53e21b5de259efda79878d080c496;p=thirdparty%2Fplymouth.git change function signature to silence warning --- diff --git a/src/splash-plugins/text/text.c b/src/splash-plugins/text/text.c index 014885ae..c934c1b6 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);