diff options
Diffstat (limited to 'libmate-desktop/mate-colorsel.h')
-rw-r--r-- | libmate-desktop/mate-colorsel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmate-desktop/mate-colorsel.h b/libmate-desktop/mate-colorsel.h index f6b9af1..bb44c5f 100644 --- a/libmate-desktop/mate-colorsel.h +++ b/libmate-desktop/mate-colorsel.h @@ -43,7 +43,7 @@ G_BEGIN_DECLS typedef struct _MateColorSelection MateColorSelection; typedef struct _MateColorSelectionClass MateColorSelectionClass; -typedef struct _ColorSelectionPrivate ColorSelectionPrivate; +typedef struct _MateColorSelectionPrivate MateColorSelectionPrivate; typedef void (* MateColorSelectionChangePaletteFunc) (const GdkColor *colors, @@ -57,7 +57,7 @@ struct _MateColorSelection GtkBox parent_instance; /* < private_data > */ - ColorSelectionPrivate *private_data; + MateColorSelectionPrivate *private_data; }; struct _MateColorSelectionClass |