forked from AuroraMiddleware/gtk
3dcfcddf7a
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.
37 lines
670 B
Makefile
37 lines
670 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 \
|
|
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
|