diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-07-22 04:12:02 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-07-22 04:12:02 +0200 |
commit | 60de2c47bef3f6ad805c3d0ec0cffa217149e525 (patch) | |
tree | c3f0c4cfe9279c4cbf03d7b8f52b6fa2248dc1dc /include/egl.h | |
parent | 22a0a01553debd549e1f1f0058bc516cec28196b (diff) |
Use correct offset for combined plane monitor capture
Diffstat (limited to 'include/egl.h')
-rw-r--r-- | include/egl.h | 2 |
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; |