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:
parent
f1620abfad
commit
992a15e640
@ -61,7 +61,6 @@
|
|||||||
*
|
*
|
||||||
* This object provides a ClutterContent object to assist in sharing between actors.
|
* This object provides a ClutterContent object to assist in sharing between actors.
|
||||||
*/
|
*/
|
||||||
typedef struct _MetaBackgroundPrivate MetaBackgroundPrivate;
|
|
||||||
|
|
||||||
struct _MetaBackgroundPrivate
|
struct _MetaBackgroundPrivate
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user