diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-02-09 00:50:29 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-02-09 00:50:29 +0100 |
commit | 4268383f0f79c01db2d1f9b5c1d9ab1cc097efae (patch) | |
tree | a60c1a543b240e0c26e2c333d030eac49134dfab /src/egl.h | |
parent | ab8742a75d76bb35375e41320f81701c717a9fa2 (diff) |
Remove wayland capture (wlroots)
Diffstat (limited to 'src/egl.h')
-rw-r--r-- | src/egl.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 */ |