From 60de2c47bef3f6ad805c3d0ec0cffa217149e525 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 22 Jul 2023 04:12:02 +0200 Subject: Use correct offset for combined plane monitor capture --- include/egl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/egl.h b/include/egl.h index 14e4497..d47fbfb 100644 --- a/include/egl.h +++ b/include/egl.h @@ -146,6 +146,8 @@ typedef struct { gsr_wayland wayland; int fd; + uint32_t x; + uint32_t y; uint32_t width; uint32_t height; uint32_t pitch; -- cgit v1.2.3