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 74d370e7..9303835e 100644 --- a/eel/eel-background.h +++ b/eel/eel-background.h @@ -48,7 +48,7 @@ #include <gdk-pixbuf/gdk-pixbuf.h> #define MATE_DESKTOP_USE_UNSTABLE_API -#include <libmateui/mate-bg.h> +#include <libmate-desktop/mate-bg.h> typedef struct EelBackground EelBackground; typedef struct EelBackgroundClass EelBackgroundClass; @@ -96,7 +96,7 @@ gboolean eel_background_is_set (EelBackground /* Helper function for widgets using EelBackground */ void eel_background_draw (GtkWidget *widget, #if GTK_CHECK_VERSION (3, 0, 0) - cairo_t *cr) + cairo_t *cr); #else GdkEventExpose *event); #endif |