diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-11-29 20:14:53 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-11-29 20:14:53 -0500 |
commit | 7217689e0280109340ed3a94b870cd1cdc412d8a (patch) | |
tree | e21f391a2b7041375eebc8730dc4d4791a83fe08 /gdk/win32 | |
parent | 1fcfff68612633466d526bf8295ae33ab04351e0 (diff) | |
download | gtk+-7217689e0280109340ed3a94b870cd1cdc412d8a.tar.gz |
docs: Remove mentions of gdk_cursor_new_from_pixbuf
This function is going away.
Diffstat (limited to 'gdk/win32')
-rw-r--r-- | gdk/win32/gdkdisplay-win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/win32/gdkdisplay-win32.c b/gdk/win32/gdkdisplay-win32.c index c7fbcb32ea..0753d5f4f8 100644 --- a/gdk/win32/gdkdisplay-win32.c +++ b/gdk/win32/gdkdisplay-win32.c @@ -253,7 +253,7 @@ _gdk_win32_display_init_monitors (GdkWin32Display *win32_display) * with gdk_cursor_new(), gdk_cursor_new_for_display() and * gdk_cursor_new_from_name() are updated to reflect the theme * change. Custom cursors constructed with - * gdk_cursor_new_from_pixbuf() will have to be handled + * gdk_cursor_new_from_texture() will have to be handled * by the application (GTK+ applications can learn about * cursor theme changes by listening for change notification * for the corresponding #GtkSetting). |