~ubuntu-branches/debian/lenny/gsynaptics/lenny

« back to all changes in this revision

Viewing changes to src/gsynaptics-conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2008-05-17 09:19:39 UTC
  • mto: (3.1.3 intrepid)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080517091939-7p8fynac81mqhv0t
Tags: upstream-0.9.14
Import upstream version 0.9.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#define ABSCOORDX_KEY           "/desktop/gnome/peripherals/touchpad/abs_coord_x"
40
40
#define ABSCOORDY_KEY           "/desktop/gnome/peripherals/touchpad/abs_coord_y"
41
41
 
 
42
#define MINSPEED_KEY            "/desktop/gnome/peripherals/touchpad/min_speed"
 
43
#define MAXSPEED_KEY            "/desktop/gnome/peripherals/touchpad/max_speed"
 
44
#define ACCELFACTOR_KEY         "/desktop/gnome/peripherals/touchpad/accel_factor"
 
45
 
 
46
 
42
47
G_END_DECLS
43
48
 
44
49
#endif /* __G_SYNAPTICS_CONF_H__ */