diff options
author | Tor Lillqvist <tml@novell.com> | 2005-07-05 22:50:54 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-07-05 22:50:54 +0000 |
commit | db343ee03d0eb150303bc71d94bf8164dfaddb33 (patch) | |
tree | 4b619bab3bea269a0e3e46153e951beb9346838c /gdk/win32/gdkwin32.h | |
parent | 8821161c38664d6f43dbb1fe5139a92af1c93fe2 (diff) | |
download | gtk+-db343ee03d0eb150303bc71d94bf8164dfaddb33.tar.gz |
Add comment about the current named cursor implementation, and what it
2005-07-06 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkcursor-win32.c: Add comment about the current named
cursor implementation, and what it maybe really should do.
(gdk_win32_icon_to_pixbuf_libgtk_only): New function, code moved
here from gtk/gtkfilesystemwin32.c:extract_icon().
(gdk_cursor_get_image): Use
gdk_win32_icon_to_pixbuf_libgtk_only().
* gdk/gdk.symbols
* gdk/win32/gdkwin32.h: Declare gdk_win32_icon_to_pixbuf_libgtk_only().
* gtk/gtkfilesystemwin32.c (extract_icon): Use
gdk_win32_icon_to_pixbuf_libgtk_only().
Diffstat (limited to 'gdk/win32/gdkwin32.h')
-rw-r--r-- | gdk/win32/gdkwin32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdk/win32/gdkwin32.h b/gdk/win32/gdkwin32.h index 14c91baa46..c34bac114a 100644 --- a/gdk/win32/gdkwin32.h +++ b/gdk/win32/gdkwin32.h @@ -84,6 +84,9 @@ void gdk_win32_selection_add_targets (GdkWindow *owner, gint n_targets, GdkAtom *targets); +/* For internal GTK use only */ +GdkPixbuf * gdk_win32_icon_to_pixbuf_libgtk_only (HICON hicon); + G_END_DECLS #endif /* __GDK_WIN32_H__ */ |