summaryrefslogtreecommitdiff
path: root/mate-panel/panel-background.h
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:54:59 +0200
committerZenWalker <[email protected]>2019-07-05 17:09:27 +0200
commit188846cecfda3b8f19e45ca37a60d817bff2afed (patch)
tree571ae1908573dd88f390482faf1a8c75ea61cc68 /mate-panel/panel-background.h
parent96ceed2717780188bc0eb84565d91617783d7192 (diff)
downloadmate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.bz2
mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.xz
Remove trailing whitespaces
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,