From 93c316f3b846a28c33678a47a0b0ce231ba1bee9 Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Tue, 7 Oct 2008 09:07:51 +0100 Subject: [PATCH] Fixed warning Removed static declartion of tidy_texture_frame_new and added appropriate #include. --- src/compositor/compositor-clutter.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/compositor/compositor-clutter.c b/src/compositor/compositor-clutter.c index 883ae57a8..fa35b60c3 100644 --- a/src/compositor/compositor-clutter.c +++ b/src/compositor/compositor-clutter.c @@ -20,6 +20,7 @@ #include "compositor-clutter-plugin-manager.h" #include "xprops.h" #include "shaped-texture.h" +#include "tidy-texture-frame.h" #include #include #include @@ -91,12 +92,6 @@ meta_xattrs_get_type (void) return our_type; } -static ClutterActor* tidy_texture_frame_new (ClutterTexture *texture, - gint left, - gint top, - gint right, - gint bottom); - static unsigned char* shadow_gaussian_make_tile (void); #ifdef HAVE_COMPOSITE_EXTENSIONS