diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-16 20:20:35 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-16 20:20:35 +0000 |
commit | a0225fbf560de93c7b41acf9dbf01c9d99173af9 (patch) | |
tree | bb8f58010c8801a27545728393253b6c4722c6c4 /pango/pangox.h | |
parent | 0ee36da9691c2311d2134fd61f222ea3bed5827e (diff) | |
download | pango-a0225fbf560de93c7b41acf9dbf01c9d99173af9.tar.gz |
*.c, *.h: Replace preceding sequences of 8 spaces with tabs.
2007-01-16 Behdad Esfahbod <behdad@gnome.org>
*.c, *.h: Replace preceding sequences of 8 spaces with tabs.
svn path=/trunk/; revision=2165
Diffstat (limited to 'pango/pangox.h')
-rw-r--r-- | pango/pangox.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pango/pangox.h b/pango/pangox.h index c11e1fa1..dc41b61e 100644 --- a/pango/pangox.h +++ b/pango/pangox.h @@ -109,20 +109,20 @@ char *pango_x_font_subfont_xlfd (PangoFont *font, gboolean pango_x_find_first_subfont (PangoFont *font, - char **charsets, + char **charsets, int n_charsets, - PangoXSubfont *rfont); + PangoXSubfont *rfont); void pango_x_fallback_shape (PangoFont *font, - PangoGlyphString *glyphs, - const char *text, - int n_chars); + PangoGlyphString *glyphs, + const char *text, + int n_chars); gboolean pango_x_apply_ligatures (PangoFont *font, - PangoXSubfont subfont, - gunichar **glyphs, - int *n_glyphs, - int **clusters); + PangoXSubfont subfont, + gunichar **glyphs, + int *n_glyphs, + int **clusters); #endif /* PANGO_DISABLE_DEPRECATED */ |