On Mon, Aug 2, 2010 at 5:25 AM, Peter Hutterer <[email protected]> wrote: > This flag has been write-only since server 1.4. > > Signed-off-by: Peter Hutterer <[email protected]>
Thank you Peter. Acked-by: Ping Cheng <[email protected]> for both patches. Ping > --- > src/wcmCommon.c | 2 +- > src/wcmConfig.c | 2 +- > src/wcmValidateDevice.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/wcmCommon.c b/src/wcmCommon.c > index c025740..194738e 100644 > --- a/src/wcmCommon.c > +++ b/src/wcmCommon.c > @@ -133,7 +133,7 @@ static void wcmSetScreen(LocalDevicePtr local, int v0, > int v1) > priv->screen_no = -1; > } > > - if (!(local->flags & (XI86_ALWAYS_CORE | XI86_CORE_POINTER))) return; > + if (!(local->flags & (XI86_ALWAYS_CORE ))) return; > > if (priv->twinview != TV_NONE && priv->screen_no == -1 && > is_absolute(local)) > { > diff --git a/src/wcmConfig.c b/src/wcmConfig.c > index d4a48eb..c651225 100644 > --- a/src/wcmConfig.c > +++ b/src/wcmConfig.c > @@ -520,7 +520,7 @@ static LocalDevicePtr wcmPreInit(InputDriverPtr drv, > IDevPtr dev, int flags) > goto SetupProc_fail; > > /* mark the device configured */ > - local->flags |= XI86_POINTER_CAPABLE | XI86_CONFIGURED; > + local->flags |= XI86_CONFIGURED; > > if (need_hotplug) > { > diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c > index dff98df..ffafa4b 100644 > --- a/src/wcmValidateDevice.c > +++ b/src/wcmValidateDevice.c > @@ -454,7 +454,7 @@ int wcmParseOptions(LocalDevicePtr local, int hotplugged) > } > > /* Store original local Core flag so it can be changed later */ > - if (local->flags & (XI86_ALWAYS_CORE | XI86_CORE_POINTER)) > + if (local->flags & (XI86_ALWAYS_CORE)) > priv->flags |= COREEVENT_FLAG; > > s = xf86SetStrOption(local->options, "Rotate", NULL); > -- > 1.7.2 > > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > Linuxwacom-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel > ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
