summaryrefslogtreecommitdiff
path: root/src/glibext/gbufferline.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-09 23:22:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-09 23:22:46 (GMT)
commit42420cfa1f406a5f0a9f062b258ece72098635b5 (patch)
tree0e497bc16a971a91b842340e9942d3f28eedddd5 /src/glibext/gbufferline.h
parent4dd8356e19b9e58990b2f3e0c4110aa2fe9642d1 (diff)
Used Cairo for rendering text and tried to deal properly with Pango context / fonts.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@298 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/glibext/gbufferline.h')
-rw-r--r--src/glibext/gbufferline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/gbufferline.h b/src/glibext/gbufferline.h
index f1be296..028ae8e 100644
--- a/src/glibext/gbufferline.h
+++ b/src/glibext/gbufferline.h
@@ -149,7 +149,7 @@ gint g_buffer_line_get_width(GBufferLine *, BufferLineColumn);
void g_buffer_line_start_merge_at(GBufferLine *, BufferLineColumn);
/* Imprime la ligne de texte représentée. */
-void g_buffer_line_draw(GBufferLine *, GdkDrawable *, GdkGC *, const gint [BLC_COUNT], gint, gint, bool, bool);
+void g_buffer_line_draw(GBufferLine *, cairo_t *, GFontCache *, const gint [BLC_COUNT], gint, gint, bool, bool);
/* Exporte la ligne de texte représentée. */
void g_buffer_line_export(GBufferLine *, int, BufferExportType, bool, bool, bool);