Skip to content
Commit f36fa53b authored by Jonas Ådahl's avatar Jonas Ådahl
Browse files

clutter/stage: Offset framebuffer capture origin by view layout

The rectangle passed to capture_view() is in stage coordinate space;
thus, to translate to framebuffer coordinate space, the origin need to
be translated by the view layout position.

This fixes capturing views not at position (0, 0).

https://bugzilla.gnome.org/show_bug.cgi?id=770127
parent 4f58a462
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment