~ubuntu-branches/ubuntu/trusty/unity-settings-daemon/trusty-updates

« back to all changes in this revision

Viewing changes to plugins/common/gsd-input-helper.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-09-11 13:44:35 UTC
  • mfrom: (14.1.4 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20150911134435-btd06trir0r0y2hb
Tags: 14.04.0+14.04.20150825-0ubuntu2
* SECURITY UPDATE: Drives automount while screen is locked
  (LP: #1438870)
  - plugins/automount/gsd-automount-manager.c: also monitor Unity screen
    lock.
  - CVE-2015-1319

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
GList *   get_disabled_devices     (GdkDeviceManager       *manager);
82
82
char *    xdevice_get_device_node  (int                     deviceid);
83
83
int       xdevice_get_last_tool_id (int                     deviceid);
 
84
gboolean  xdevice_get_dimensions   (int                     deviceid,
 
85
                                    guint                  *width,
 
86
                                    guint                  *height);
84
87
 
85
88
G_END_DECLS
86
89