diff options
author | Alexei Sorokin <[email protected]> | 2017-03-13 22:13:56 +0300 |
---|---|---|
committer | Alexei Sorokin <[email protected]> | 2017-03-13 22:13:56 +0300 |
commit | 7f270237d46b7b1e65c678693b4c5dea359780c5 (patch) | |
tree | 4ab262166601b1dfabdff614c3e2e2eee76f2383 /plugins/mouse/msd-locate-pointer.h | |
parent | 48162814c11d95c658878cf99052248edc1e0962 (diff) | |
download | mate-settings-daemon-7f270237d46b7b1e65c678693b4c5dea359780c5.tar.bz2 mate-settings-daemon-7f270237d46b7b1e65c678693b4c5dea359780c5.tar.xz |
mouse: Fix and clean up pointer locater
Diffstat (limited to 'plugins/mouse/msd-locate-pointer.h')
-rw-r--r-- | plugins/mouse/msd-locate-pointer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mouse/msd-locate-pointer.h b/plugins/mouse/msd-locate-pointer.h index c21da43..4e3a8b3 100644 --- a/plugins/mouse/msd-locate-pointer.h +++ b/plugins/mouse/msd-locate-pointer.h @@ -19,6 +19,6 @@ #include <gdk/gdk.h> -void msd_locate_pointer (GdkScreen *screen); +void msd_locate_pointer (GdkDisplay *display); #endif |