From 67284a57de3a3fa8054c6bcc88bea0b688d5908b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 11 Sep 2010 01:54:48 +0200 Subject: API: Get rid of gtk_draw_insertion_cursor() and rename gtk_cairo_draw_insertion_cursor() to gtk_draw_insertion_cursor(). --- gtk/gtkentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkentry.c') diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 392f2cf536..9ce703488b 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -5677,7 +5677,7 @@ draw_insertion_cursor (GtkEntry *entry, else text_dir = GTK_TEXT_DIR_RTL; - gtk_cairo_draw_insertion_cursor (widget, cr, + gtk_draw_insertion_cursor (widget, cr, cursor_location, is_primary, text_dir, draw_arrow); } -- cgit v1.2.1