Signed-off-by: Jason Ekstrand <[email protected]>
---
 src/gl-renderer.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gl-renderer.c b/src/gl-renderer.c
index dc50cb0..c5b2a1b 100644
--- a/src/gl-renderer.c
+++ b/src/gl-renderer.c
@@ -964,6 +964,10 @@ gl_renderer_read_pixels(struct weston_output *output,
                               uint32_t width, uint32_t height)
 {
        GLenum gl_format;
+       struct gl_output_state *go = get_output_state(output);
+       
+       x += go->borders[GL_RENDERER_BORDER_LEFT].width;
+       y += go->borders[GL_RENDERER_BORDER_BOTTOM].height;
 
        switch (format) {
        case PIXMAN_a8r8g8b8:
-- 
1.9.0

_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to