summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetprivate.h
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2011-01-29 12:47:09 +0100
committerPaolo Borelli <pborelli@gnome.org>2011-01-29 13:13:42 +0100
commit001697a22a6e094ca37f4f6c230161b08dff5c20 (patch)
treef53e6b1f69c69c858dd5601b4234660bf54ecb91 /gtk/gtkwidgetprivate.h
parent9e203417752584b923cf5baec8940836ff2c0bcb (diff)
downloadgtk+-001697a22a6e094ca37f4f6c230161b08dff5c20.tar.gz
Move the get_cursor_color in GtkStyleContext
Move the private get_cursor_color method belongs to StyleContext. Change the api so that retrieving both primary and secondary color is possible. I left the method private for now, though it should probably be public as all the other getters.
Diffstat (limited to 'gtk/gtkwidgetprivate.h')
-rw-r--r--gtk/gtkwidgetprivate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkwidgetprivate.h b/gtk/gtkwidgetprivate.h
index b98e2c9b24..778fff2b35 100644
--- a/gtk/gtkwidgetprivate.h
+++ b/gtk/gtkwidgetprivate.h
@@ -93,9 +93,6 @@ gboolean _gtk_widget_get_translation_to_window (GtkWidget *widget,
int *x,
int *y);
-void _gtk_widget_get_cursor_color (GtkWidget *widget,
- GdkRGBA *color);
-
G_END_DECLS
#endif /* __GTK_WIDGET_PRIVATE_H__ */