From 4268383f0f79c01db2d1f9b5c1d9ab1cc097efae Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 9 Feb 2024 00:50:29 +0100 Subject: Remove wayland capture (wlroots) --- src/egl.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/egl.h') diff --git a/src/egl.h b/src/egl.h index 5c44760..ab33048 100644 --- a/src/egl.h +++ b/src/egl.h @@ -68,10 +68,8 @@ typedef struct { void *registry; void *surface; void *compositor; - void *export_manager; gsr_wayland_output outputs[GSR_MAX_OUTPUTS]; int num_outputs; - gsr_wayland_output *output_to_capture; } gsr_wayland; typedef struct { @@ -84,6 +82,7 @@ typedef struct { gsr_x11 x11; gsr_wayland wayland; + char card_path[128]; EGLDisplay (*eglGetDisplay)(EGLNativeDisplayType display_id); unsigned int (*eglInitialize)(EGLDisplay dpy, int32_t *major, int32_t *minor); @@ -102,7 +101,4 @@ typedef struct { bool gsr_egl_load(gsr_egl *self, Display *dpy, bool wayland); void gsr_egl_unload(gsr_egl *self); -/* wayland protocol capture, does not include kms capture */ -bool gsr_egl_supports_wayland_capture(gsr_egl *self); - #endif /* GSR_EGL_H */ -- cgit v1.2.3