summaryrefslogtreecommitdiff
path: root/mate-panel/panel-background.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-background.h')
-rw-r--r--mate-panel/panel-background.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-panel/panel-background.h b/mate-panel/panel-background.h
index 65baf2a2..7d92078a 100644
--- a/mate-panel/panel-background.h
+++ b/mate-panel/panel-background.h
@@ -39,7 +39,7 @@
typedef struct _PanelBackground PanelBackground;
-typedef void (*PanelBackgroundChangedNotify)
+typedef void (*PanelBackgroundChangedNotify)
(PanelBackground *background,
gpointer user_data);
@@ -52,7 +52,7 @@ struct _PanelBackground {
GdkRGBA color;
char *image;
- GdkPixbuf *loaded_image;
+ GdkPixbuf *loaded_image;
GtkOrientation orientation;
GdkRectangle region;
@@ -90,7 +90,7 @@ void panel_background_set (PanelBackground *background,
const char *image,
gboolean fit_image,
gboolean stretch_image,
- gboolean rotate_image);
+ gboolean rotate_image);
void panel_background_set_type (PanelBackground *background,
PanelBackgroundType type);
void panel_background_set_opacity (PanelBackground *background,