diff options
author | Hans Breuer <hans@breuer.org> | 2001-05-25 15:43:53 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2001-05-25 15:43:53 +0000 |
commit | b5db5d514d7ffd829c6e97a4630cf95d7b8fef3d (patch) | |
tree | 44df7743cbc3ca32f44daab115ff5aa02ce0dbaf /tests/makefile.msc | |
parent | c436d8e24992ec113cb1f461bb6de4522444b1bd (diff) | |
download | gdk-pixbuf-b5db5d514d7ffd829c6e97a4630cf95d7b8fef3d.tar.gz |
made fil mode GDK_STIPPLED actually work -> check boxes and radio buttons
2001-05-25 Hans Breuer <hans@breuer.org>
* gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
work -> check boxes and radio buttons are drawn now, even on win9x.
Improved line settings a bit, still no clue how to get really dotted
lines on win9x, on NT it's PS_ALTERNATE.
* gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for
GDK_HINT_MIN_SIZE as well
* gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
* gtk/gtk.def : updated
* gtk/gtktreeprivate.h : change column_drop_func to be a function
pointer not a function pointer pointer
* tests/testdnd.c : include <stdlib.h> for putenv prototype
* tests/testsocket.c : made it compile on win32 again
* tests/makefile.msc : one more test-app uses prop-editor.obj
Diffstat (limited to 'tests/makefile.msc')
-rw-r--r-- | tests/makefile.msc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/makefile.msc b/tests/makefile.msc index ed0305d4b..5725e95b4 100644 --- a/tests/makefile.msc +++ b/tests/makefile.msc @@ -61,6 +61,10 @@ EXTRA_OBJETCS = prop-editor.obj EXTRA_OBJETCS = prop-editor.obj !ENDIF +!IFDEF EXTRA_testtext +EXTRA_OBJETCS = prop-editor.obj +!ENDIF + $(TESTAPP).exe : ../gtk/gtk-win32-$(GTK_VER).dll $(TESTAPP).obj $(CC) $(CFLAGS) $(TESTAPP).obj $(EXTRA_OBJETCS) $(GTK_LIBS) $(GDK_LIBS) $(GDK_PIXBUF_LIBS) $(PANGO_LIBS) $(GLIB_LIBS) $(LDFLAGS) |