~ubuntu-branches/ubuntu/precise/easystroke/precise

« back to all changes in this revision

Viewing changes to prefdb.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Jaeger
  • Date: 2009-03-16 22:58:42 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090316225842-udrm7z2c3utcsy1y
Tags: 0.4.1.1-0ubuntu1
New upstream release (LP: #344040)

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
        PrefSource<bool> scroll_invert;
135
135
        PrefSource<double> scroll_speed;
136
136
        PrefSource<bool> tray_feedback;
 
137
        PrefSource<bool> show_osd;
137
138
 
138
139
        void init();
139
140
        virtual void timeout();
140
141
};
141
142
 
142
 
BOOST_CLASS_VERSION(PrefDB, 14)
 
143
BOOST_CLASS_VERSION(PrefDB, 15)
143
144
 
144
145
extern PrefDB prefs;
145
146