diff options
Diffstat (limited to 'include/capture/xcomposite_cuda.h')
-rw-r--r-- | include/capture/xcomposite_cuda.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/capture/xcomposite_cuda.h b/include/capture/xcomposite_cuda.h index 53b7c0d..b93c6de 100644 --- a/include/capture/xcomposite_cuda.h +++ b/include/capture/xcomposite_cuda.h @@ -2,14 +2,10 @@ #define GSR_CAPTURE_XCOMPOSITE_CUDA_H #include "capture.h" -#include "../egl.h" -#include "../vec2.h" +#include "xcomposite.h" typedef struct { - gsr_egl *egl; - 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_params base; bool overclock; } gsr_capture_xcomposite_cuda_params; |