diff options
author | Hans Breuer <hans@breuer.org> | 2005-09-18 12:28:42 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2005-09-18 12:28:42 +0000 |
commit | e5d06c7ca9b2277e0e7a91acfb5ecb7c2d7683a9 (patch) | |
tree | f9ecc4b01e25d8e07f5ff72088c9975721c65ad0 /gtk/stock-icons | |
parent | 1127a03f71a7e775bb0e1c886fced484b34d93a8 (diff) | |
download | gdk-pixbuf-e5d06c7ca9b2277e0e7a91acfb5ecb7c2d7683a9.tar.gz |
fix typo for GTK_VER; define HAVE_CONFIG_H cause gtkprogressbar.c has
2005-09-18 Hans Breuer <hans@breuer.org>
* gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
cause gtkprogressbar.c has #include <config.h> conditionally; less
noise from generated gtk.def
* gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
* gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
For me it works as well as the *NIX implemenation, that is not at all.
* gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
* gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
again - if compiled properly.
* tests/teststatusicon.c : don't use GNOME icons for testing, but icons
already coming with Gtk+. Makes it compile on win32.
Diffstat (limited to 'gtk/stock-icons')
-rw-r--r-- | gtk/stock-icons/makefile.msc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/stock-icons/makefile.msc b/gtk/stock-icons/makefile.msc index b27a387f1..1913e46a5 100644 --- a/gtk/stock-icons/makefile.msc +++ b/gtk/stock-icons/makefile.msc @@ -143,6 +143,8 @@ VARIABLES2 = \ stock_search_24 stock_search_24.png \ stock_search_replace_16 stock_search_replace_16.png \ stock_search_replace_24 stock_search_replace_24.png \ + stock_select_all_16 stock_select_all_16.png \ + stock_select_all_24 stock_select_all_24.png \ stock_sort_ascending_16 stock_sort_ascending_16.png \ stock_sort_ascending_24 stock_sort_ascending_24.png \ stock_sort_descending_16 stock_sort_descending_16.png \ |