summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-02-23 03:51:41 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-02-23 03:51:41 +0000
commit3dcfcddf7a19f9301bf73c74256f8341220edde1 (patch)
tree0a323339902e28212e01fcff4930d48e5b674e7d /gtk
parentb825baa1f951f5efa2c5a5da25cd4f7099c11ebd (diff)
downloadgdk-pixbuf-3dcfcddf7a19f9301bf73c74256f8341220edde1.tar.gz
Update. Mention the gtk-1-3-win32-production branch.
2001-02-23 Tor Lillqvist <tml@iki.fi> * README.win32: Update. Mention the gtk-1-3-win32-production branch. * gdk/win32/bdfcursor.c: New file. A program that generates xcursors.h. Thanks to Stefan Ondrejicka. * gdk/win32/xcursors.h: New file, contains the X cursor font in a compact format. * gdk/win32/Makefile.am (EXTRA_DIST): Add new files. * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New function, uses xcursors.h. (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate cursor from inline data instead of using LoadCursor() to generate it from a resource. * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up event, must check the Windows message for mouse button state, as the GDK event state might not have been built if it is undelivered. Remove one goto. * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call SetCursor() if the current cursor as returned by GetCursor() is the window's previous cursor. The ChildWindowFromPoint() test apparently didn't work correctly. * gdk/win32/rc/*.cur: Remove. * gdk/win32/rc/gdk.rc.in: Remove cursors. * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too. * gtk/makefile.{mingw,msc}.in: Updates.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/makefile.mingw.in2
-rw-r--r--gtk/makefile.msc.in6
2 files changed, 2 insertions, 6 deletions
diff --git a/gtk/makefile.mingw.in b/gtk/makefile.mingw.in
index cb77bf103..d5c31d3ad 100644
--- a/gtk/makefile.mingw.in
+++ b/gtk/makefile.mingw.in
@@ -179,7 +179,6 @@ gtk_OBJECTS = \
gtktreedatalist.o \
gtktreednd.o \
gtktreemodel.o \
- gtktreemodelsimple.o \
gtktreemodelsort.o \
gtktreeselection.o \
gtktreestore.o \
@@ -323,7 +322,6 @@ gtk_public_h_sources = \
gtktreednd.h \
gtktreeitem.h \
gtktreemodel.h \
- gtktreemodelsimple.h \
gtktreemodelsort.h \
gtktreeselection.h \
gtktreesortable.h \
diff --git a/gtk/makefile.msc.in b/gtk/makefile.msc.in
index afb53f438..01d974edc 100644
--- a/gtk/makefile.msc.in
+++ b/gtk/makefile.msc.in
@@ -208,7 +208,6 @@ gtk_public_h_sources = \
gtkcolorsel.h \
gtkcolorseldialog.h \
gtkcombo.h \
- gtkcompat.h \
gtkcontainer.h \
gtkctree.h \
gtkcurve.h \
@@ -263,14 +262,12 @@ gtk_public_h_sources = \
gtkmenushell.h \
gtkmessagedialog.h \
gtkmisc.h \
- gtkmodelsimple.h \
gtknotebook.h \
gtkoldeditable.h \
gtkobject.h \
gtkoptionmenu.h \
gtkpacker.h \
gtkpaned.h \
- gdk-pixbuf-loader.h \
gtkpixmap.h \
gtkplug.h \
gtkpreview.h \
@@ -310,10 +307,12 @@ gtk_public_h_sources = \
gtktoolbar.h \
gtktooltips.h \
gtktree.h \
+ gtktreednd.h \
gtktreeitem.h \
gtktreemodel.h \
gtktreemodelsort.h \
gtktreeselection.h \
+ gtktreesortable.h \
gtktreestore.h \
gtktreeview.h \
gtktreeviewcolumn.h \
@@ -331,7 +330,6 @@ gtk_public_h_sources = \
# More headers to use when autogenerating.
gdk_headers = \
- ..\gdk\gdkcc.h \
..\gdk\gdkcolor.h \
..\gdk\gdkcursor.h \
..\gdk\gdkdnd.h \