On Mon, Mar 4, 2013 at 9:33 AM, Jan Alexander Steffens (heftig) <
jan.steff...@gmail.com> wrote:
> From: "Jan Alexander Steffens (heftig)" <jan.steff...@gmail.com>
>
> Tested with a tablet pc, allowing finger scrolling in GTK3.
>
> Signed-off-by: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
> ---
> src/xf86Wacom.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c
> index 4d38bb3..afce778 100644
> --- a/src/xf86Wacom.c
> +++ b/src/xf86Wacom.c
> @@ -422,7 +422,10 @@ static int wcmDevInit(DeviceIntPtr pWcm)
>
> #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 16
> if (IsTouch(priv)) {
> - if (!InitTouchClassDeviceStruct(pInfo->dev,
> common->wcmMaxContacts, XIDependentTouch, 2)) {
> + if (!InitTouchClassDeviceStruct(pInfo->dev,
> common->wcmMaxContacts,
> + TabletHasFeature(common,
> WCM_LCD) ? XIDirectTouch : XIDependentTouch,
> + 2))
> + {
> xf86Msg(X_ERROR, "Unable to init touch class
> device struct!\n");
> return FALSE;
> }
> --
> 1.8.1.5
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
>
Hard to argue with test results :) I had problems with XIDirectTouch
initially, and would love to give it a second shot on the hardware I have
over here. I assume GNOME 3.8 is the requirement?
Jason
---
Now instead of four in the eights place /
you’ve got three, ‘Cause you added one /
(That is to say, eight) to the two, /
But you can’t take seven from three, /
So you look at the sixty-fours....
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
endpoint security space. For insight on selecting the right partner to
tackle endpoint security challenges, access the full report.
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel