summaryrefslogtreecommitdiff
path: root/plugins/common/msd-input-helper.c
AgeCommit message (Collapse)AuthorFilesLines
2015-12-02GTK3: use gdk_error_trap_pop_ignored() when appropriateWolfgang Ulbrich1-0/+9
taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=544526d
2014-12-13mouse: Move "has touchpad" function to commoninfirit1-0/+108
So it can be reused. This also fixes a memory leak in the function. We were leaking the device list Taken from GSD commit: f6dcba4e954f3e910854f3c92fb69b157683267d From: Bastien Nocera <[email protected]>