summaryrefslogtreecommitdiff
path: root/gtk/makefile.msc.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-11-11 18:39:57 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-11-11 18:39:57 +0000
commit22a0c3a5f5eb8ae0fcccbae6c83de7618fa2066a (patch)
tree401985ffcca678f672d9adfd088b59ae354befff /gtk/makefile.msc.in
parent4a08e76b2b0d4a42ff3672367a165d92c8cb8786 (diff)
downloadgtk+-22a0c3a5f5eb8ae0fcccbae6c83de7618fa2066a.tar.gz
gdk/gdk.def Update.
2000-11-11 Tor Lillqvist <tml@iki.fi> * gdk/gdk.def * gtk/gtk.def: Update. * gdk/win32/*.c: Add last argument to g_type_register_static() calls. * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall. * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages generated by older wheel mouse drivers. Get the correct y coordinate from WM_MOUSEWHEEL messages. * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string, gdk_win32_fill_style_to_string, gdk_win32_function_to_string, gdk_win32_join_style_to_string, gdk_win32_line_style_to_string): Debugging functions. * gdk/win32/gdkprivate-win32.h: Declare them. * gdk/win32/gdkinput-win32.h: Add declaration for gdk_input_window_destroy(). * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o. * gdk_pixbuf.def: Add gdk_pixbuf_new_subpixbuf.
Diffstat (limited to 'gtk/makefile.msc.in')
-rw-r--r--gtk/makefile.msc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in
index 3a12077073..f641aed7f9 100644
--- a/gtk/makefile.msc.in
+++ b/gtk/makefile.msc.in
@@ -165,6 +165,7 @@ gtk_OBJECTS = \
gtktooltips.obj \
gtktree.obj \
gtktreeitem.obj \
+ gtktreemodel.obj \
gtktypeutils.obj \
gtkvbbox.obj \
gtkvbox.obj \