gpointing-device-settings r27 - trunk/modules



Author: hiikezoe
Date: Thu Feb 26 07:28:36 2009
New Revision: 27
URL: http://svn.gnome.org/viewvc/gpointing-device-settings?rev=27&view=rev

Log:
added property macro name.

Modified:
   trunk/modules/gpds-touchpad-ui.c

Modified: trunk/modules/gpds-touchpad-ui.c
==============================================================================
--- trunk/modules/gpds-touchpad-ui.c	(original)
+++ trunk/modules/gpds-touchpad-ui.c	Thu Feb 26 07:28:36 2009
@@ -30,6 +30,37 @@
 
 #define DEVICE_NAME "SynPS/2 Synaptics TouchPad"
 
+#define EDGES "Synaptics Edges"
+#define FINGER "Synaptics Finger"
+#define TAP_TIME "Synaptics Tap Time"
+#define TAP_MOVE "Synaptics Tap Move"
+#define TAP_DURATIONS "Synaptics Tap Durations"
+#define TAP_FAST_TAP"Synaptics Tap FastTap"
+#define MIDDLE_BUTTON_TIMEOUT "Synaptics Middle Button Timeout"
+#define TWO_FINGER_PRESSURE "Synaptics Two-Finger Pressure"
+#define SCROLLING_DISTANCE "Synaptics Scrolling Distance"
+#define EDGE_SCROLLING "Synaptics Edge Scrolling"
+#define TWO_FINGER_SCROLLING "Synaptics Two-Finger Scrolling"
+#define EDGE_MOTION_PRESSURE "Synaptics Edge Motion Pressure"
+#define EDGE_MOTION_SPEED "Synaptics Edge Motion Speed"
+#define EDGE_MOTION_ALWAYS "Synaptics Edge Motion Always"
+#define BUTTON_SCROLLING "Synaptics Button Scrolling"
+#define BUTTON_SCROLLING_REPEAT "Synaptics Button Scrolling Repeat"
+#define SCROLLING_TIME "Synaptics Button Scrolling Time"
+#define OFF "Synaptics Off"
+#define GUESTMOUSE_OFF "Synaptics Guestmouse Off"
+#define LOCKED_DRAGS "Synaptics Locked Drags"
+#define LOCKED_DRAGS_TIMEOUT "Synaptics Locked Drags Timeout"
+#define TAP_ACTION "Synaptics Tap Action"
+#define CLICK_ACTION "Synaptics Click Action"
+#define CIRCULAR_SCROLLING "Synaptics Circular Scrolling"
+#define CIRCULAR_SCROLLING_TRIGGER "Synaptics Circular Scrolling Trigger"
+#define CIRCULAR_PAD "Synaptics Circular Pad"
+#define PALM_DETECTION "Synaptics Palm Detection"
+#define PALM_DIMENSIONS "Synaptics Palm Dimensions"
+#define PRESSURE_MOTION "Synaptics Pressure Motion"
+#define GRAB_EVENT_DEVICE "Synaptics Grab Event Device"
+
 static const gchar *touchpad_device_names[] =
 {
     "SynPS/2 Synaptics TouchPad",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]