From 4e6fc174fe02d3ddb0d3dfe5894a31502df9b1ed Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 1 Dec 2022 00:47:30 +0100 Subject: follow focused --- include/capture/xcomposite_cuda.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/capture/xcomposite_cuda.h') diff --git a/include/capture/xcomposite_cuda.h b/include/capture/xcomposite_cuda.h index 36b1780..d9b4b10 100644 --- a/include/capture/xcomposite_cuda.h +++ b/include/capture/xcomposite_cuda.h @@ -9,6 +9,8 @@ typedef struct _XDisplay Display; typedef struct { Window window; + bool follow_focused; /* If this is set then |window| is ignored */ + vec2i region_size; /* This is currently only used with |follow_focused| */ } gsr_capture_xcomposite_cuda_params; gsr_capture* gsr_capture_xcomposite_cuda_create(const gsr_capture_xcomposite_cuda_params *params); -- cgit v1.2.3