diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-07-22 02:57:38 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-07-22 02:57:38 +0200 |
commit | 22a0a01553debd549e1f1f0058bc516cec28196b (patch) | |
tree | 3840935de5493e0633de18e55d0e26d4655546d3 /include/capture | |
parent | fc316750b81b870717e20cf00e09e0da159b1258 (diff) |
AMD/Intel capture cursor
Diffstat (limited to 'include/capture')
-rw-r--r-- | include/capture/kms_vaapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/capture/kms_vaapi.h b/include/capture/kms_vaapi.h index 8e11682..77b292a 100644 --- a/include/capture/kms_vaapi.h +++ b/include/capture/kms_vaapi.h @@ -9,7 +9,6 @@ typedef struct _XDisplay Display; typedef struct { gsr_egl *egl; - Display *dpy; const char *display_to_capture; /* if this is "screen", then the entire x11 screen is captured (all displays). A copy is made of this */ gsr_gpu_info gpu_inf; const char *card_path; /* reference */ |