From b8f8fdbb88386dd1cec4bc9099c5f5e32bdd1840 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 19 Aug 2011 17:32:36 -0400 Subject: [PATCH] throbgress: add plugin decelartion This should fix the build. https://bugs.freedesktop.org/show_bug.cgi?id=40240 --- src/plugins/splash/throbgress/plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/splash/throbgress/plugin.c b/src/plugins/splash/throbgress/plugin.c index 3737a9fa..09cec0d6 100644 --- a/src/plugins/splash/throbgress/plugin.c +++ b/src/plugins/splash/throbgress/plugin.c @@ -447,6 +447,7 @@ draw_background (view_t *view, int width, int height) { + ply_boot_splash_plugin_t *plugin; ply_rectangle_t area; plugin = view->plugin;