Fixed warning
Removed static declartion of tidy_texture_frame_new and added appropriate #include.
This commit is contained in:
parent
7983c29f67
commit
93c316f3b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user