diff options
author | rbuj <[email protected]> | 2021-10-27 18:12:12 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-24 21:35:58 +0100 |
commit | b44813818075a44412f58f65ee3181e3700400e7 (patch) | |
tree | 23a177ab884ff31caefa44e34d3791bde89c69ba /plugins/mouse | |
parent | 26483d28bd1b78983938f293c62dd10250eb0d75 (diff) | |
download | mate-settings-daemon-b44813818075a44412f58f65ee3181e3700400e7.tar.bz2 mate-settings-daemon-b44813818075a44412f58f65ee3181e3700400e7.tar.xz |
Use a blank line at most
Diffstat (limited to 'plugins/mouse')
-rw-r--r-- | plugins/mouse/msd-locate-pointer.c | 2 | ||||
-rw-r--r-- | plugins/mouse/msd-mouse-manager.c | 3 | ||||
-rw-r--r-- | plugins/mouse/msd-timeline.c | 1 | ||||
-rw-r--r-- | plugins/mouse/msd-timeline.h | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/plugins/mouse/msd-locate-pointer.c b/plugins/mouse/msd-locate-pointer.c index c19cdda..e384017 100644 --- a/plugins/mouse/msd-locate-pointer.c +++ b/plugins/mouse/msd-locate-pointer.c @@ -435,7 +435,6 @@ msd_locate_pointer (GdkDisplay *display) msd_timeline_start (data->timeline); } - #define KEYBOARD_GROUP_SHIFT 13 #define KEYBOARD_GROUP_MASK ((1 << 13) | (1 << 14)) @@ -576,7 +575,6 @@ set_locate_pointer (void) } } - int main (int argc, char *argv[]) { diff --git a/plugins/mouse/msd-mouse-manager.c b/plugins/mouse/msd-mouse-manager.c index 75f20b5..92a5f0a 100644 --- a/plugins/mouse/msd-mouse-manager.c +++ b/plugins/mouse/msd-mouse-manager.c @@ -76,7 +76,6 @@ #define KEY_HORIZ_TWO_FINGER_SCROLL "horizontal-two-finger-scrolling" #define KEY_TOUCHPAD_ENABLED "touchpad-enabled" - #if 0 /* FIXME need to fork (?) mousetweaks for this to work */ #define MATE_MOUSE_A11Y_SCHEMA "org.mate.accessibility-mouse" #define KEY_MOUSE_A11Y_DWELL_ENABLE "dwell-enable" @@ -118,7 +117,6 @@ static void set_tap_to_click_synaptics (XDeviceInfo *device_info gint two_finger_tap, gint three_finger_tap); - G_DEFINE_TYPE_WITH_PRIVATE (MsdMouseManager, msd_mouse_manager, G_TYPE_OBJECT) static gpointer manager_object = NULL; @@ -1627,7 +1625,6 @@ set_mousetweaks_daemon (MsdMouseManager *manager, if (run_daemon) manager->priv->mousetweaks_daemon_running = TRUE; - if (! g_spawn_command_line_async (comm, &error)) { if (error->code == G_SPAWN_ERROR_NOENT && (dwell_enable || delay_enable)) { diff --git a/plugins/mouse/msd-timeline.c b/plugins/mouse/msd-timeline.c index 85f8079..20ad01f 100644 --- a/plugins/mouse/msd-timeline.c +++ b/plugins/mouse/msd-timeline.c @@ -65,7 +65,6 @@ enum { static guint signals [LAST_SIGNAL] = { 0, }; - static void msd_timeline_set_property (GObject *object, guint prop_id, const GValue *value, diff --git a/plugins/mouse/msd-timeline.h b/plugins/mouse/msd-timeline.h index 35082ab..5e69411 100644 --- a/plugins/mouse/msd-timeline.h +++ b/plugins/mouse/msd-timeline.h @@ -75,7 +75,6 @@ struct MsdTimelineClass typedef gdouble (*MsdTimelineProgressFunc) (gdouble progress); - GType msd_timeline_get_type (void) G_GNUC_CONST; GType msd_timeline_direction_get_type (void) G_GNUC_CONST; GType msd_timeline_progress_type_get_type (void) G_GNUC_CONST; @@ -120,7 +119,6 @@ void msd_timeline_set_progress_func (MsdTimeline gdouble msd_timeline_get_progress (MsdTimeline *timeline); - #ifdef __cplusplus } #endif |