~ubuntu-branches/ubuntu/utopic/unity-control-center/utopic

« back to all changes in this revision

Viewing changes to panels/wacom/gsd-input-helper.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Robert Ancell
  • Date: 2014-02-19 10:42:13 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140219104213-g0y3cims254a0kb4
Tags: 14.04.3+14.04.20140219-0ubuntu1
[ Robert Ancell ]
* Fix various compile warnings.
* Stop using deprecated GtkStock.
* Stop using deprecated GdkColor.
* Use appropriate GSettings API for checking existence of schemas.
* Backport Wacom panel from GNOME Control Center 3.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
gboolean  device_info_is_touchpad    (XDeviceInfo         *device_info);
63
63
gboolean  device_info_is_touchscreen (XDeviceInfo         *device_info);
 
64
gboolean  device_info_is_tablet (XDeviceInfo         *device_info);
64
65
gboolean  device_info_is_mouse       (XDeviceInfo         *device_info);
 
66
gboolean  device_info_is_trackball   (XDeviceInfo         *device_info);
65
67
 
66
68
gboolean  touchpad_is_present     (void);
67
69
gboolean  touchscreen_is_present  (void);
68
70
gboolean  mouse_is_present        (void);
 
71
gboolean  trackball_is_present    (void);
69
72
 
70
73
gboolean  device_set_property     (XDevice                *xdevice,
71
74
                                   const char             *device_name,