From 8b0723a4f20b115c8d3394bcdf24b60b4895a345 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 21 Jul 2023 19:12:24 +0200 Subject: Fix window capture --- include/capture/xcomposite_vaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/capture/xcomposite_vaapi.h') diff --git a/include/capture/xcomposite_vaapi.h b/include/capture/xcomposite_vaapi.h index bba485b..e80c60a 100644 --- a/include/capture/xcomposite_vaapi.h +++ b/include/capture/xcomposite_vaapi.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| */ -- cgit v1.2.3