summaryrefslogtreecommitdiff
path: root/gtk/makefile.msc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-01-15 22:12:31 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-01-15 22:12:31 +0000
commit18e95c4e0f2547e91f968229310a00f71e2ca640 (patch)
treec845219ca263e87820ee346bb2d9c403c5db972d /gtk/makefile.msc.in
parent420e4ee2f7de785b6f6a661d08e590e0b4b2a773 (diff)
downloadgtk+-18e95c4e0f2547e91f968229310a00f71e2ca640.tar.gz
Include <stdlib.h> for getenv().
2001-01-16 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv(). * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap. * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls to g_{locale,filename}_{to,from}_utf8 to match current API. * gtk/makefile.msc.in (gtk_OBJECTS) * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate. * gtk/gtk.def: Update.
Diffstat (limited to 'gtk/makefile.msc.in')
-rw-r--r--gtk/makefile.msc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in
index 76f5707c15..afb53f4385 100644
--- a/gtk/makefile.msc.in
+++ b/gtk/makefile.msc.in
@@ -182,7 +182,8 @@ gtk_OBJECTS = \
gtkvscrollbar.obj \
gtkvseparator.obj \
gtkwidget.obj \
- gtkwindow.obj
+ gtkwindow.obj \
+ gtkwindow-decorate.obj
# Source headers which are non-autogenerated headers
gtk_public_h_sources = \