From ac150a1950d2db358b42d1e26cb59e2a76cf65b5 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 26 Oct 2016 16:42:09 +0300 Subject: mouse: remove duplicate function --- plugins/common/msd-input-helper.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/common/msd-input-helper.h') diff --git a/plugins/common/msd-input-helper.h b/plugins/common/msd-input-helper.h index 2a971ae..a95d6a8 100644 --- a/plugins/common/msd-input-helper.h +++ b/plugins/common/msd-input-helper.h @@ -27,8 +27,9 @@ G_BEGIN_DECLS #include #include -XDevice * device_is_touchpad (XDeviceInfo deviceinfo); -gboolean touchpad_is_present (void); +gboolean supports_xinput_devices (void); +XDevice *device_is_touchpad (XDeviceInfo deviceinfo); +gboolean touchpad_is_present (void); G_END_DECLS -- cgit v1.2.1