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 peter.hutte...@who-t.net 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

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 peter.hutte...@who-t.net 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

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

[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