diff options
author | rbuj <[email protected]> | 2020-08-04 15:53:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-04 16:39:25 +0200 |
commit | 37e4d38ca3a61eb843d80732a26f29668352433d (patch) | |
tree | 3ecc36df72fcaccc73a56c6713b47afd592d54d8 /src/ui/theme.h | |
parent | 85a22e754cd1f43e178e4a81c182643d4319bc5b (diff) | |
download | marco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.bz2 marco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.xz |
Remove multiple empty lines
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
Diffstat (limited to 'src/ui/theme.h')
-rw-r--r-- | src/ui/theme.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/theme.h b/src/ui/theme.h index 9dfb8d89..b32690f1 100644 --- a/src/ui/theme.h +++ b/src/ui/theme.h @@ -966,7 +966,6 @@ MetaAlphaGradientSpec* meta_alpha_gradient_spec_new (MetaGradientType typ void meta_alpha_gradient_spec_free (MetaAlphaGradientSpec *spec); cairo_pattern_t * meta_alpha_gradient_spec_get_mask (const MetaAlphaGradientSpec *spec); - MetaFrameStyle* meta_frame_style_new (MetaFrameStyle *parent); void meta_frame_style_ref (MetaFrameStyle *style); void meta_frame_style_unref (MetaFrameStyle *style); @@ -983,7 +982,6 @@ void meta_frame_style_draw (MetaFrameStyle *style, GdkPixbuf *mini_icon, GdkPixbuf *icon); - void meta_frame_style_draw_with_style (MetaFrameStyle *style, GtkStyleContext *style_gtk, cairo_t *cr, @@ -996,7 +994,6 @@ void meta_frame_style_draw_with_style (MetaFrameStyle *style, GdkPixbuf *mini_icon, GdkPixbuf *icon); - gboolean meta_frame_style_validate (MetaFrameStyle *style, guint current_theme_version, GError **error); @@ -1057,7 +1054,6 @@ void meta_theme_draw_frame_by_name (MetaTheme *theme, GdkPixbuf *mini_icon, GdkPixbuf *icon); - void meta_theme_get_frame_borders (MetaTheme *theme, MetaFrameType type, int text_height, @@ -1128,7 +1124,6 @@ PangoFontDescription* meta_gtk_widget_get_font_desc (GtkWidget int meta_pango_font_desc_get_text_height (const PangoFontDescription *font_desc, PangoContext *context); - /* Enum converters */ MetaGtkColorComponent meta_color_component_from_string (const char *str); const char* meta_color_component_to_string (MetaGtkColorComponent component); @@ -1165,7 +1160,6 @@ void meta_gtk_style_get_dark_color (GtkStyleContext *st guint meta_theme_earliest_version_with_button (MetaButtonType type); - #define META_THEME_ALLOWS(theme, feature) (theme->format_version >= feature) /* What version of the theme file format were various features introduced in? */ |