summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-11-04 00:58:57 +0100
committerBenjamin Otte <otte@redhat.com>2017-11-04 01:00:27 +0100
commitb38a4cb824a9ffeb83d88ccc7ca5f66ee4dfe05a (patch)
tree1d082300e32e06ca28bc47f15801d79270d8d0d7 /gtk/gtkwidgetprivate.h
parent9323d098a6b80b396272ef9a1649218fbdced13b (diff)
downloadgtk+-b38a4cb824a9ffeb83d88ccc7ca5f66ee4dfe05a.tar.gz
widget: Export gtk_widget_set_cursor()
Widgets can now set their favorite cursor using public API. This is very necessary because all cursor-setting APIs are still setting it on their GdkWindow, which by now is the toplevel - oops.
Diffstat (limited to 'gtk/gtkwidgetprivate.h')
-rw-r--r--gtk/gtkwidgetprivate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkwidgetprivate.h b/gtk/gtkwidgetprivate.h
index 3db75b1fc0..e528e8a67e 100644
--- a/gtk/gtkwidgetprivate.h
+++ b/gtk/gtkwidgetprivate.h
@@ -326,10 +326,6 @@ void gtk_widget_get_window_allocation (GtkWidget *widget,
GtkWidget * gtk_widget_common_ancestor (GtkWidget *widget_a,
GtkWidget *widget_b);
-void gtk_widget_set_cursor (GtkWidget *widget,
- GdkCursor *cursor);
-GdkCursor * gtk_widget_get_cursor (GtkWidget *widget);
-
void gtk_widget_set_pass_through (GtkWidget *widget,
gboolean pass_through);
gboolean gtk_widget_get_pass_through (GtkWidget *widget);