From: Ray Strode Date: Tue, 23 Sep 2008 13:26:36 +0000 (-0400) Subject: move function around to fix build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ftransition;p=thirdparty%2Fplymouth.git move function around to fix build --- diff --git a/src/plugins/splash/text/plugin.c b/src/plugins/splash/text/plugin.c index 14b3c70b..79887c53 100644 --- a/src/plugins/splash/text/plugin.c +++ b/src/plugins/splash/text/plugin.c @@ -82,6 +82,14 @@ create_plugin (void) return plugin; } +static void +detach_from_event_loop (ply_boot_splash_plugin_t *plugin) +{ + plugin->loop = NULL; + + ply_trace ("detaching from event loop"); +} + void destroy_plugin (ply_boot_splash_plugin_t *plugin) { @@ -147,14 +155,6 @@ stop_animation (ply_boot_splash_plugin_t *plugin) ply_text_pulser_stop (plugin->pulser); } -static void -detach_from_event_loop (ply_boot_splash_plugin_t *plugin) -{ - plugin->loop = NULL; - - ply_trace ("detaching from event loop"); -} - void on_keyboard_input (ply_boot_splash_plugin_t *plugin, const char *keyboard_input,