summaryrefslogtreecommitdiff
path: root/src/glibext/gbufferview.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-12-29 14:46:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-12-29 14:47:47 (GMT)
commit5c4811a65eedda9dd95137337dc6304eb8cd051d (patch)
treec2e1e3ef226815c1ded30671590642436d75618a /src/glibext/gbufferview.h
parent190f66ab3a2c8bdf2f56b2f590afe49461e6cf24 (diff)
Fixed compilation warnings by replacing GTK deprecated functions in display panels.
Diffstat (limited to 'src/glibext/gbufferview.h')
-rw-r--r--src/glibext/gbufferview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glibext/gbufferview.h b/src/glibext/gbufferview.h
index 6336fb4..b934821 100644
--- a/src/glibext/gbufferview.h
+++ b/src/glibext/gbufferview.h
@@ -78,10 +78,10 @@ gint g_buffer_view_get_height(const GBufferView *);
/* Calcule la position idéale de curseur pour un point donné. */
-bool g_buffer_view_compute_caret_full(GBufferView *, gint, gint, const bool *, GdkRectangle *, vmpa2t *);
+bool g_buffer_view_compute_caret_full(GBufferView *, gint, gint, const bool *, cairo_rectangle_int_t *, vmpa2t *);
/* Déplace le curseur au sein d'une vue de tampon. */
-bool g_buffer_view_move_caret(GBufferView *, bool, GdkScrollDirection, const bool *, GdkRectangle *, vmpa2t *);
+bool g_buffer_view_move_caret(GBufferView *, bool, GdkScrollDirection, const bool *, cairo_rectangle_int_t *, vmpa2t *);