mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
export _gdk_win32_pixbuf_to_hicon() as
2005-09-18 Hans Breuer <hans@breuer.org> * gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export _gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only() * gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show the icon and is blinking with teststatusicon. More to come ...
This commit is contained in:
parent
e5d06c7ca9
commit
99b5586acc
@ -1,3 +1,10 @@
|
|||||||
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
|
* gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
|
||||||
|
_gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
|
||||||
|
* gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
|
||||||
|
the icon and is blinking with teststatusicon. More to come ...
|
||||||
|
|
||||||
2005-09-18 Hans Breuer <hans@breuer.org>
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
|
* gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
|
* gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
|
||||||
|
_gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
|
||||||
|
* gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
|
||||||
|
the icon and is blinking with teststatusicon. More to come ...
|
||||||
|
|
||||||
2005-09-18 Hans Breuer <hans@breuer.org>
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
|
* gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
|
||||||
|
@ -1076,6 +1076,7 @@ gdk_win32_handle_table_lookup
|
|||||||
#if IN_HEADER(__GDK_WIN32_H__)
|
#if IN_HEADER(__GDK_WIN32_H__)
|
||||||
#if IN_FILE(__GDK_CURSOR_WIN32_C__)
|
#if IN_FILE(__GDK_CURSOR_WIN32_C__)
|
||||||
gdk_win32_icon_to_pixbuf_libgtk_only
|
gdk_win32_icon_to_pixbuf_libgtk_only
|
||||||
|
gdk_win32_pixbuf_to_hicon_libgtk_only
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -818,3 +818,9 @@ _gdk_win32_pixbuf_to_hicon_supports_alpha (void)
|
|||||||
}
|
}
|
||||||
return is_win_xp;
|
return is_win_xp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HICON
|
||||||
|
gdk_win32_pixbuf_to_hicon_libgtk_only (GdkPixbuf *pixbuf)
|
||||||
|
{
|
||||||
|
return _gdk_win32_pixbuf_to_hicon (pixbuf);
|
||||||
|
}
|
@ -86,6 +86,7 @@ void gdk_win32_selection_add_targets (GdkWindow *owner,
|
|||||||
|
|
||||||
/* For internal GTK use only */
|
/* For internal GTK use only */
|
||||||
GdkPixbuf * gdk_win32_icon_to_pixbuf_libgtk_only (HICON hicon);
|
GdkPixbuf * gdk_win32_icon_to_pixbuf_libgtk_only (HICON hicon);
|
||||||
|
HICON gdk_win32_pixbuf_to_hicon_libgtk_only (GdkPixbuf *pixbuf);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user