Go to file
Olivier Fourdan c94ee761af screen-cast: Add screen-cast-window interface
Typically, to stream the content of a window, we need a way to copy the
content of its window-actor into a buffer, transform relative input
coordinates to relative position within the window-actor and a mean to
get the window bounds within the buffer.

For this purpose, add a new GType interface `MetaScreenCastWindow` with
the methods needed for screen-cast window mode:

 * meta_screen_cast_window_get_buffer_bounds()
 * meta_screen_cast_window_get_frame_bounds()
 * meta_screen_cast_window_transform_relative_position()
 * meta_screen_cast_window_capture_into()

This interface is meant to be implemented by `MetaWindowActor` which has
access to all the necessary bits to implement them.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/306
(cherry picked from commit 20c9ca25c0)
2019-02-11 13:40:16 -05:00
clutter clutter: Keep a device reference with events 2019-02-11 13:40:15 -05:00
cogl native: Restore previous EGL state after blitting onto secondary GPU 2018-04-25 15:24:14 +00:00
data wayland: Allow Xwayland grabs on selected apps 2019-02-11 13:40:06 -05:00
doc
po Updated Slovenian translation 2018-04-10 17:58:12 +02:00
src screen-cast: Add screen-cast-window interface 2019-02-11 13:40:16 -05:00
tools
.gitignore wayland: Add support for stable xdg-shell 2018-02-23 18:57:53 +08:00
autogen.sh
configure.ac wayland: Create EGLStream-backed buffers through wl_eglstream_controller 2019-02-11 13:40:14 -05:00
COPYING
Makefile.am
mutter.doap
NEWS Bump version to 3.28.3 2018-07-18 23:12:51 +02:00