From 7432db8f2f2c87afbc789d7bcfc387341b8eb36d Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 23 Sep 2008 09:26:36 -0400 Subject: [PATCH] move function around to fix build --- src/plugins/splash/text/plugin.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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, -- 2.47.2