mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
b5db5d514d
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
38 lines
689 B
Makefile
38 lines
689 B
Makefile
SUBDIRS=rc
|
|
|
|
EXTRA_DIST = \
|
|
makefile.mingw \
|
|
makefile.msc \
|
|
bdfcursor.c \
|
|
xcursors.h \
|
|
gdkcolor-win32.c \
|
|
gdkcursor-win32.c \
|
|
gdkdnd-win32.c \
|
|
gdkdrawable-win32.c \
|
|
gdkdrawable-win32.h \
|
|
gdkevents-win32.c \
|
|
gdkfont-win32.c \
|
|
gdkgc-win32.c \
|
|
gdkgeometry-win32.c \
|
|
gdkglobals-win32.c \
|
|
gdkim-win32.c \
|
|
gdkimage-win32.c \
|
|
gdkinput.c \
|
|
gdkinput-win32.c \
|
|
gdkinput-win32.h \
|
|
gdkkeys-win32.c \
|
|
gdkmain-win32.c \
|
|
gdkpango-win32.c \
|
|
gdkpixmap-win32.c \
|
|
gdkpixmap-win32.h \
|
|
gdkprivate-win32.h \
|
|
gdkproperty-win32.c \
|
|
gdkregion-win32.c \
|
|
gdkselection-win32.c \
|
|
gdkvisual-win32.c \
|
|
gdkwin32.h \
|
|
gdkwin32id.c \
|
|
gdkwindow-win32.c \
|
|
gdkwindow-win32.h \
|
|
surrogate-dimm.h
|