Re: [Linuxwacom-devel] [PATCH 1/3] Add AC_PRESSUREHOLD button action constant

2011-08-11 Thread Peter Hutterer
On Thu, Aug 11, 2011 at 09:28:01AM -0700, Jason Gerecke wrote: > On Wed, Aug 10, 2011 at 6:18 PM, Peter Hutterer > wrote: > > On Tue, Aug 09, 2011 at 05:31:39PM -0700, Jason Gerecke wrote: > >> Replaces the deprecated AC_DBLCLICK constant with a new constant > >> which denotes when a button action

Re: [Linuxwacom-devel] [PATCH 1/3] Add AC_PRESSUREHOLD button action constant

2011-08-11 Thread Jason Gerecke
On Wed, Aug 10, 2011 at 6:18 PM, Peter Hutterer wrote: > On Tue, Aug 09, 2011 at 05:31:39PM -0700, Jason Gerecke wrote: >> Replaces the deprecated AC_DBLCLICK constant with a new constant >> which denotes when a button action is supposed to cause the driver >> to "hold" the current pressure value.

Re: [Linuxwacom-devel] [PATCH 1/3] Add AC_PRESSUREHOLD button action constant

2011-08-10 Thread Peter Hutterer
On Tue, Aug 09, 2011 at 05:31:39PM -0700, Jason Gerecke wrote: > Replaces the deprecated AC_DBLCLICK constant with a new constant > which denotes when a button action is supposed to cause the driver > to "hold" the current pressure value. > --- > include/Xwacom.h |2 +- > 1 files changed, 1 in

[Linuxwacom-devel] [PATCH 1/3] Add AC_PRESSUREHOLD button action constant

2011-08-09 Thread Jason Gerecke
Replaces the deprecated AC_DBLCLICK constant with a new constant which denotes when a button action is supposed to cause the driver to "hold" the current pressure value. --- include/Xwacom.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/Xwacom.h b/include/Xwacom