Commit Graph

21 Commits

Author SHA1 Message Date
Alexandre Julliard 57d5db5d64 wintab32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-27 09:29:13 +02:00
Michael Stefaniuc 000c708e3b wintab32: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-19 22:42:41 +01:00
Alexandre Julliard 6fe63e74d0 wintab32: Retrieve the graphics driver name from the registry. 2013-10-22 20:19:17 +02:00
Alexandre Julliard 9cf94e30b2 wintab32: Don't bother to unregister classes at process exit. 2013-05-14 11:33:29 +02:00
Alexandre Julliard 0e5f84a148 wintab32: Retrieve the graphics driver module from gdi32. 2013-02-06 13:19:43 +01:00
Francois Gouget 148e6c3a3c wintab32: Make the csTablet critical section static. 2011-11-15 19:37:36 +01:00
Peter Urbanec 5b22afd3c3 wintab32: Avoid NULL pointer dereferences. 2010-07-21 13:23:57 +02:00
Maarten Lankhorst 569de388fa wintab32/winex11.drv: Add CDECL to imported functions. 2008-12-17 15:02:24 +01:00
John Klehm cd550bf6b4 winex11.drv: Move hardware tablet proximity into x11 layer. 2008-05-08 11:13:23 +02:00
Andrew Talbot 78ea65bb3a wintab32: Remove unneeded cast. 2008-02-07 11:07:24 +01:00
Mikolaj Zalewski 50539e7115 wintab32: Add DisableThreadLibraryCalls. 2007-09-21 12:42:22 +02:00
Mikolaj Zalewski 29a634728d winex11.drv/wintab32: Make wintab strings in winex11.drv Unicode, implement WTInfoW. 2007-09-21 12:42:00 +02:00
Jan Zerebecki 1e0901179a wintab32: Add DebugInfo to critical sections. 2007-03-12 13:40:02 +01:00
Michael Stefaniuc d3e324f878 wintab32: Win64 printf format warning fixes. 2006-10-09 12:55:50 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Stefan Huehner 03cc8c4181 Remove some -Wstrict-prototypes warnings. 2005-06-17 10:11:37 +00:00
Alexandre Julliard c3116c5e61 Renamed ttydrv and x11drv to winetty.drv and winex11.drv respectively
to follow the namespace conventions and make it clear that they are
drivers and not dlls.
Moved the graphics driver configuration to HKLM\Software\Wine\Drivers.
2005-05-06 19:38:50 +00:00
Robert North 8ed495987e - Don't post messages on Wine message queue, if tablet context flags
posting are disabled.
- When posting messages on Wine message queue, use message base stored
  in tablet context, not the default message base.
- Ensure that X11 Proximity events put messages onto Wintab message
  queue.
2005-01-24 12:40:01 +00:00
Francois Gouget ee0344a4a2 Remove unneeded NULL casts. 2004-12-22 15:13:20 +00:00
Francois Gouget 17112eaa4d Assorted spelling fixes. 2004-01-16 21:26:08 +00:00
Aric Stewart 2eebf3c78e Enable Tablet support with both Tilt and Pressure. 2004-01-09 00:03:00 +00:00