aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-22 04:12:02 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-22 04:12:02 +0200
commit60de2c47bef3f6ad805c3d0ec0cffa217149e525 (patch)
treec3f0c4cfe9279c4cbf03d7b8f52b6fa2248dc1dc /include
parent22a0a01553debd549e1f1f0058bc516cec28196b (diff)
Use correct offset for combined plane monitor capture
Diffstat (limited to 'include')
-rw-r--r--include/egl.h2
1 files changed, 2 insertions, 0 deletions
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;