diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-07-21 19:12:24 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-07-21 19:12:24 +0200 |
commit | 8b0723a4f20b115c8d3394bcdf24b60b4895a345 (patch) | |
tree | 31f872fcbcfb611091a7d6911ce3320df2f980dd /include/capture/xcomposite_cuda.h | |
parent | a1d31a5cf0b90d3afabc57d5a6f4ccdfb1eeb054 (diff) |
Fix window capture
Diffstat (limited to 'include/capture/xcomposite_cuda.h')
-rw-r--r-- | include/capture/xcomposite_cuda.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/capture/xcomposite_cuda.h b/include/capture/xcomposite_cuda.h index 547a6f3..2106714 100644 --- a/include/capture/xcomposite_cuda.h +++ b/include/capture/xcomposite_cuda.h @@ -10,6 +10,7 @@ typedef struct _XDisplay Display; typedef struct { gsr_egl *egl; + Display *dpy; Window window; bool follow_focused; /* If this is set then |window| is ignored */ vec2i region_size; /* This is currently only used with |follow_focused| */ |