aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteam Deck User <deck@archlinux.steamdeck>2023-04-01 19:05:56 +0200
committerSteam Deck User <deck@archlinux.steamdeck>2023-04-01 19:05:56 +0200
commitc720d38978b6697b94fa9bca0913370bbc5bb61c (patch)
tree227b68a8f5783df70f95af473ed6b925ff33c58e /include
parent29237c7116671b37344c9813a0c9f5ca63ece48d (diff)
Rename drm to vaapi
Diffstat (limited to 'include')
-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 */