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.h
index 3ca8573..421885c 100644
--- a/include/Xwacom.h
+++ b/include/Xwacom.h
@@ -58,7 +58,7 @@
 #define AC_CODE             0x0000ffff /* Mask to isolate button number or key 
code */
 #define AC_KEY              0x00010000 /* Emit key events */
 #define AC_MODETOGGLE       0x00020000 /* Toggle absolute/relative mode */
-#define AC_DBLCLICK         0x00030000 /* DEPRECATED: use two button events 
instead */
+#define AC_PRESSUREHOLD     0x00030000 /* Maintain current pressure */
 #define AC_DISPLAYTOGGLE    0x00040000 /* Toggle among screens */
 #define AC_BUTTON           0x00080000 /* Emit button events */
 #define AC_TYPE             0x000f0000 /* The mask to isolate event type bits 
*/
-- 
1.7.5.2


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to