diff options
Diffstat (limited to 'eel/eel-background.h')
-rw-r--r-- | eel/eel-background.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eel/eel-background.h b/eel/eel-background.h index 3820e21d..fcdfe8e7 100644 --- a/eel/eel-background.h +++ b/eel/eel-background.h @@ -126,12 +126,12 @@ void eel_bg_load_from_system_gsettings (EelBackground *self, void eel_background_set_active (EelBackground *self, gboolean is_active); -typedef struct EelBackgroundDetails EelBackgroundDetails; +typedef struct EelBackgroundPrivate EelBackgroundPrivate; struct EelBackground { GObject object; - EelBackgroundDetails *details; + EelBackgroundPrivate *details; }; struct EelBackgroundClass |