diff options
Diffstat (limited to 'gtk/gtkstyle.h')
-rw-r--r-- | gtk/gtkstyle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index 7aec22d88e..5396b2674f 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -641,15 +641,12 @@ void _gtk_style_shade (const GdkColor *a, GdkColor *b, gdouble k); - void gtk_draw_insertion_cursor (GtkWidget *widget, cairo_t *cr, const GdkRectangle *location, gboolean is_primary, GtkTextDirection direction, gboolean draw_arrow); -void _gtk_widget_get_cursor_color (GtkWidget *widget, - GdkColor *color); gboolean gtk_style_has_context (GtkStyle *style); |