Fixed warning

Removed static declartion of tidy_texture_frame_new and added appropriate #include.
This commit is contained in:
Tomas Frydrych 2008-10-07 09:07:51 +01:00
parent 7983c29f67
commit 93c316f3b8

View File

@ -20,6 +20,7 @@
#include "compositor-clutter-plugin-manager.h"
#include "xprops.h"
#include "shaped-texture.h"
#include "tidy-texture-frame.h"
#include <X11/Xatom.h>
#include <X11/Xlibint.h>
#include <X11/extensions/shape.h>
@ -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