diff options
author | Tor Lillqvist <tml@src.gnome.org> | 1999-07-25 20:02:21 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 1999-07-25 20:02:21 +0000 |
commit | 51046a9fbf4bc1ee4b9b9e830daaf921405e681c (patch) | |
tree | 1e657ba1353a17c22136ce6e3ff133cfadac46d4 /config.h.win32 | |
parent | b0a2c890a74c6d4cf96f2f60104631cfa274811c (diff) | |
download | gtk+-51046a9fbf4bc1ee4b9b9e830daaf921405e681c.tar.gz |
README.win32 Add HAVE_WINTAB. Undefine it if bulding without the Wintab
* README.win32
* config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
the Wintab SDK.
* gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
OK, but getting closer. Guard against bogus tilt data from Wacom
ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
enable easier building without Wintab.
* gdk/win32/gdkinput.h
* gdk/win32/gdkevents.c
* gdk/win32/gdkwindow.c: Minor changes related related to above.
* gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
code. As we have just one visual on Win32, no sense to have it in a
table, and no need for the hash table.
Diffstat (limited to 'config.h.win32')
-rwxr-xr-x | config.h.win32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32 index cfb2380bf5..eb6e053c4c 100755 --- a/config.h.win32 +++ b/config.h.win32 @@ -182,3 +182,6 @@ /* define if compiled symbols have a leading underscore */ /* #undef WITH_SYMBOL_UNDERSCORE */ + +/* Define if you have the Wintab programmer's kit */ +#define HAVE_WINTAB 1 |