diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-01-17 22:26:19 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-01-17 22:26:19 +0000 |
commit | 576ef7f29addee34537305723645a26987da7615 (patch) | |
tree | 3fe80883369163a47b32bc8be42c075cca395501 /Makefile.am | |
parent | 18fb9bcd5356221120a87ba33832ed3d95c2e026 (diff) | |
download | gdk-pixbuf-576ef7f29addee34537305723645a26987da7615.tar.gz |
gtk/gtkmain.c Use the new
2001-01-18 Tor Lillqvist <tml@iki.fi>
* gtk/gtkmain.c
* gtk/gtkrc.c: (Win32) Use the new
g_win32_get_package_installation_(sub)directory() functions.
* config.h.win32.in: New file.
* config.h.win32: Removed.
* configure.in: Output config.h.win32.
* Makefile.am: Add it to EXTRA_DIST.
* gtk/gtk.def: Update.
2001-01-16 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
Eliminate redraws when input-only windows are shown or
hidden. Thanks to jpe@archaeopteryx.com.
2001-01-18 Tor Lillqvist <tml@iki.fi>
* gdk-pixbuf-io.c (get_libdir): (Win32) Use the new
g_win32_get_package_installation_subdirectory() function.
(gtk_win32_get_installation_directory): Remove this then.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e59df953b..1ee167e41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ EXTRA_DIST = \ README.cvs-commits \ README.win32 \ README.nanox \ + config.h.win32 \ intl/libgettext.h \ intl/po2tbl.sed.in \ po/README.tools \ |