From b38a4cb824a9ffeb83d88ccc7ca5f66ee4dfe05a Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 4 Nov 2017 00:58:57 +0100 Subject: 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. --- gtk/gtkwidgetprivate.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gtk/gtkwidgetprivate.h') 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); -- cgit v1.2.1