diff options
Diffstat (limited to 'include/capture')
-rw-r--r-- | include/capture/xcomposite_vaapi.h (renamed from include/capture/xcomposite_drm.h) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/capture/xcomposite_drm.h b/include/capture/xcomposite_vaapi.h index 40a8971..e152f29 100644 --- a/include/capture/xcomposite_drm.h +++ b/include/capture/xcomposite_vaapi.h @@ -1,5 +1,5 @@ -#ifndef GSR_CAPTURE_XCOMPOSITE_DRM_H -#define GSR_CAPTURE_XCOMPOSITE_DRM_H +#ifndef GSR_CAPTURE_XCOMPOSITE_VAAPI_H +#define GSR_CAPTURE_XCOMPOSITE_VAAPI_H #include "capture.h" #include "../vec2.h" @@ -11,8 +11,8 @@ 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_drm_params; +} gsr_capture_xcomposite_vaapi_params; -gsr_capture* gsr_capture_xcomposite_drm_create(const gsr_capture_xcomposite_drm_params *params); +gsr_capture* gsr_capture_xcomposite_vaapi_create(const gsr_capture_xcomposite_vaapi_params *params); -#endif /* GSR_CAPTURE_XCOMPOSITE_DRM_H */ +#endif /* GSR_CAPTURE_XCOMPOSITE_VAAPI_H */ |