diff options
author | raveit65 <[email protected]> | 2019-08-07 12:54:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-11 08:57:24 +0200 |
commit | e8a1ebe5d43b3239ba2d5d9c4ee51692edfbdf79 (patch) | |
tree | dc91159b62d8f987755a6c98a861dac191e57743 /libmate-desktop/mate-bg-crossfade.h | |
parent | 560dd38d0a444cdcd4916c739f53acc924e66578 (diff) | |
download | mate-desktop-e8a1ebe5d43b3239ba2d5d9c4ee51692edfbdf79.tar.bz2 mate-desktop-e8a1ebe5d43b3239ba2d5d9c4ee51692edfbdf79.tar.xz |
mate-bg-crossfade: replace tabs with spaces
fixes codestyling, caused by usage of different tab size
in editors.
Diffstat (limited to 'libmate-desktop/mate-bg-crossfade.h')
-rw-r--r-- | libmate-desktop/mate-bg-crossfade.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libmate-desktop/mate-bg-crossfade.h b/libmate-desktop/mate-bg-crossfade.h index af6b206..51a9241 100644 --- a/libmate-desktop/mate-bg-crossfade.h +++ b/libmate-desktop/mate-bg-crossfade.h @@ -48,25 +48,25 @@ typedef struct _MateBGCrossfadeClass MateBGCrossfadeClass; struct _MateBGCrossfade { - GObject parent_object; + GObject parent_object; - MateBGCrossfadePrivate *priv; + MateBGCrossfadePrivate *priv; }; struct _MateBGCrossfadeClass { - GObjectClass parent_class; + GObjectClass parent_class; - void (* finished) (MateBGCrossfade *fade, GdkWindow *window); + void (* finished) (MateBGCrossfade *fade, GdkWindow *window); }; -GType mate_bg_crossfade_get_type (void); -MateBGCrossfade *mate_bg_crossfade_new (int width, int height); +GType mate_bg_crossfade_get_type (void); +MateBGCrossfade *mate_bg_crossfade_new (int width, int height); gboolean mate_bg_crossfade_set_start_surface (MateBGCrossfade *fade, - cairo_surface_t *surface); + cairo_surface_t *surface); gboolean mate_bg_crossfade_set_end_surface (MateBGCrossfade *fade, - cairo_surface_t *surface); + cairo_surface_t *surface); void mate_bg_crossfade_start (MateBGCrossfade *fade, GdkWindow *window); |