Don't redefine MetaBackgroundPrivate, fixing a build issue:

compositor/meta-background.c:64: error: redefinition of typedef 'MetaBackgroundPrivate'
./meta/meta-background.h:51: error: previous declaration of 'MetaBackgroundPrivate' was here
This commit is contained in:
Jasper Lievisse Adriaanse 2013-03-29 16:59:26 +01:00
parent f1620abfad
commit 992a15e640

View File

@ -61,7 +61,6 @@
*
* This object provides a ClutterContent object to assist in sharing between actors.
*/
typedef struct _MetaBackgroundPrivate MetaBackgroundPrivate;
struct _MetaBackgroundPrivate
{