mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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.
|
||||
*/
|
||||
typedef struct _MetaBackgroundPrivate MetaBackgroundPrivate;
|
||||
|
||||
struct _MetaBackgroundPrivate
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user