diff options
author | Alexei Sorokin <[email protected]> | 2017-03-14 15:58:27 +0300 |
---|---|---|
committer | Alexei Sorokin <[email protected]> | 2017-03-14 15:58:27 +0300 |
commit | 280c1746b557369793e41f39e1d6b5edb1a1bf2b (patch) | |
tree | 65738f22ff2f21bdd37c278f8e29d2fd4b49bdf6 /plugins/mouse | |
parent | e801231c947bf3112c6c8491ec995a9253596df6 (diff) | |
download | mate-settings-daemon-280c1746b557369793e41f39e1d6b5edb1a1bf2b.tar.bz2 mate-settings-daemon-280c1746b557369793e41f39e1d6b5edb1a1bf2b.tar.xz |
Make pointer locater always pass through
Diffstat (limited to 'plugins/mouse')
-rw-r--r-- | plugins/mouse/msd-locate-pointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mouse/msd-locate-pointer.c b/plugins/mouse/msd-locate-pointer.c index e114fd0..4cddd97 100644 --- a/plugins/mouse/msd-locate-pointer.c +++ b/plugins/mouse/msd-locate-pointer.c @@ -417,7 +417,7 @@ move_locate_pointer_window (MsdLocatePointerData *data, 0); cr = cairo_create (mask); - cairo_set_source_rgb (cr, 0., 0., 0.); + cairo_set_source_rgba (cr, 0., 0., 0., 0.); cairo_rectangle (cr, 0., 0., WINDOW_SIZE, WINDOW_SIZE); cairo_fill (cr); |