diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2020-03-04 21:42:52 +0100 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2020-04-23 14:45:53 +0000 |
commit | c4535fdf85587e5cdf3613fad764d878b2e57fb4 (patch) | |
tree | c7dbcc5a392d4c2d6a478667f903b9cc3379d143 /src/meson.build | |
parent | d2c3272eb7cb3e28f3d50e04a98f1fa799f5bac2 (diff) | |
download | mutter-c4535fdf85587e5cdf3613fad764d878b2e57fb4.tar.gz |
screen-cast: Add RecordArea for screen cast arbitrary area
It takes coordinates in stage coordinate space, and will result in
a screen cast stream consisting of that area, but scaled up by the scale
factor of the view that overlaps with the area and has the highest scale
factor.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1207
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build index ea337214c..39eb637ee 100644 --- a/src/meson.build +++ b/src/meson.build @@ -458,6 +458,10 @@ if have_remote_desktop 'backends/meta-remote-desktop-session.h', 'backends/meta-screen-cast.c', 'backends/meta-screen-cast.h', + 'backends/meta-screen-cast-area-stream.c', + 'backends/meta-screen-cast-area-stream.h', + 'backends/meta-screen-cast-area-stream-src.c', + 'backends/meta-screen-cast-area-stream-src.h', 'backends/meta-screen-cast-monitor-stream.c', 'backends/meta-screen-cast-monitor-stream.h', 'backends/meta-screen-cast-monitor-stream-src.c', |