Skip to content

screen-cast: Fix monitor recording on HiDPI [gnome-3-30 backport]

Jonas Ådahl requested to merge cherry-pick-3fa6a92c into gnome-3-30

It scaled the logical monitor rect with scale to get the stream dimensions, but that is only valid when having 'scale-monitor-framebuffers' enabled. Even when it was, it didn't work properly, as clutter_stage_capture_into() doesn't work properly with scaled monitor framebuffers yet.

!415 (merged)

(cherry picked from commit 3fa6a92c)

Merge request reports