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 /configure.in | |
parent | 18fb9bcd5356221120a87ba33832ed3d95c2e026 (diff) | |
download | gtk+-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 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index a333fe0eb1..bd3fb3074f 100644 --- a/configure.in +++ b/configure.in @@ -1142,6 +1142,7 @@ AC_PATH_PROG(SGML2HTML, sgml2html, no) AM_CONDITIONAL(HAVE_SGML2HTML, ! test x$SGML2HTML = xno) AC_OUTPUT([ +config.h.win32 gtk+.spec docs/gtk-config.1 Makefile |