diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2019-01-24 18:43:27 +0100 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2019-02-26 13:39:11 +0000 |
commit | 9a20271f900cfde225f5a2a98f9e93604ab89208 (patch) | |
tree | 2457f6607ec1bab37111ee3a69b715ed974b79d5 /src/org.gnome.Mutter.ScreenCast.xml | |
parent | 1760a6e56077eb3bd1c2e5902f73d93581770163 (diff) | |
download | mutter-9a20271f900cfde225f5a2a98f9e93604ab89208.tar.gz |
screen-cast-window-stream: Add support for cursor modes
Make the RecordWindow method also understand the 'cursor-mode' property.
For 'embedded' the cursor is drawn onto the pixel buffer using cairo,
otherwise it works similarly to how RecordMonitor deals with it.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/413
Diffstat (limited to 'src/org.gnome.Mutter.ScreenCast.xml')
-rw-r--r-- | src/org.gnome.Mutter.ScreenCast.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/org.gnome.Mutter.ScreenCast.xml b/src/org.gnome.Mutter.ScreenCast.xml index 953809727..8ec2a1919 100644 --- a/src/org.gnome.Mutter.ScreenCast.xml +++ b/src/org.gnome.Mutter.ScreenCast.xml @@ -97,6 +97,7 @@ Available @properties include: * "window-id" (t): Id of the window to record. + * "cursor-mode" (u): Cursor mode. Default: 'hidden' (see RecordMonitor) --> <method name="RecordWindow"> |