diff options
Diffstat (limited to 'plugins/mouse/msd-locate-pointer.c')
-rw-r--r-- | plugins/mouse/msd-locate-pointer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/mouse/msd-locate-pointer.c b/plugins/mouse/msd-locate-pointer.c index 060e675..e384017 100644 --- a/plugins/mouse/msd-locate-pointer.c +++ b/plugins/mouse/msd-locate-pointer.c @@ -1,6 +1,7 @@ /* msd-locate-pointer.c * * Copyright (C) 2008 Carlos Garnacho <[email protected]> + * Copyright (C) 2012-2021 MATE Developers * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by @@ -434,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)) @@ -575,7 +575,6 @@ set_locate_pointer (void) } } - int main (int argc, char *argv[]) { |