gtk+ r17186 - in trunk: . gdk gdk/win32



Author: tml
Date: 2007-01-19 01:55:52 +0000 (Fri, 19 Jan 2007)
New Revision: 17186
ViewCVS link: http://svn.gnome.org/viewcvs/gtk+?rev=17186&view=rev

Added:
   trunk/gdk/win32/pktdef.h
   trunk/gdk/win32/wintab.h
Modified:
   trunk/ChangeLog
   trunk/README.win32
   trunk/acconfig.h
   trunk/config.h.win32.in
   trunk/configure.in
   trunk/gdk/Makefile.am
   trunk/gdk/win32/Makefile.am
   trunk/gdk/win32/gdkevents-win32.c
   trunk/gdk/win32/gdkinput-win32.c
   trunk/gdk/win32/gdkinput-win32.h
   trunk/gdk/win32/gdkinput.c
   trunk/gdk/win32/gdkmain-win32.c
Log:
2007-01-19  Tor Lillqvist  <tml novell com>

	Build Wintab support always on Windows. Don't require the Wintab
	SDK.

	* configure.in: Drop the --with-wintab option. Drop the
	HAVE_WINTAB feature test macro and Automake variable.

	* acconfig.h
	* config.h.win32.in: Drop HAVE_WINTAB.

	* gdk/win32/gdkevents-win32.c 
	* gdk/win32/gdkinput.c 
	* gdk/win32/gdkinput-win32.h 	
	* gdk/win32/gdkinput-win32.c
	* gdk/win32/gdkmain-win32.c: Make HAVE_WINTAB ifdef blocks
	unconditional.

	* gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Try
	to load wintab32.dll dynamically here. If it is found look up the
	handful Wintab functions we use.
	(rest of file): Use these function pointers instead of calling the
	functions from wntab32x.lib. The code in wntab32x.lib did the same
	thing anyway: tried to load wintab32.dll, and looked up the
	addresses of the actual functions from it.

	* gdk/Makefile.am
	* gdk/win32/Makefile.am: Drop the libwntab32x hacks.

	* gdk/win32/wintab.h
	* gdk/win32/pktdef.h: New files. Copied from the Wintab
	SDK. Copyright blurb says: "The text and information contained in
	this file may be freely used, copied, or distributed without
	compensation or licensing restrictions."

	* README.win32: Update a bit. Remove the text about the Wintab
	SDK.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]