]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
throbgress: add plugin decelartion
authorRay Strode <rstrode@redhat.com>
Fri, 19 Aug 2011 21:32:36 +0000 (17:32 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 19 Aug 2011 21:32:36 +0000 (17:32 -0400)
This should fix the build.

https://bugs.freedesktop.org/show_bug.cgi?id=40240

src/plugins/splash/throbgress/plugin.c

index 3737a9fa21f45de7bcd94bcb2dde45b307c770e7..09cec0d663de4092d5d4727d966705023f2736b9 100644 (file)
@@ -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;