mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
window-stream-src: Record a full frame on damage
This is a regression introduced by 882967d3ce
.
When a window is damaged, we want to record the full frame, not a cursor-only
frame.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1421
This commit is contained in:
parent
309fe2dac4
commit
b039def189
@ -342,7 +342,7 @@ screen_cast_window_damaged (MetaWindowActor *actor,
|
||||
MetaScreenCastStreamSrc *src = META_SCREEN_CAST_STREAM_SRC (window_src);
|
||||
MetaScreenCastRecordFlag flags;
|
||||
|
||||
flags = META_SCREEN_CAST_RECORD_FLAG_CURSOR_ONLY;
|
||||
flags = META_SCREEN_CAST_RECORD_FLAG_NONE;
|
||||
meta_screen_cast_stream_src_maybe_record_frame (src, flags);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user