diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-03-10 20:59:17 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-03-10 20:59:17 +0100 |
commit | f3c32a880a426d8365f01ba7d61d81b75c04d9bc (patch) | |
tree | d4cfa97f27bd56b9b0aa39ac849d2be8f1bc1fb4 /src/capture/kms.c | |
parent | fc5ddc97cf0293a2aff74e47a28d4d49a8b63f17 (diff) |
Fix cursor capture in nvidia wayland, hdr, clear background immediately in window capture
Diffstat (limited to 'src/capture/kms.c')
-rw-r--r-- | src/capture/kms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capture/kms.c b/src/capture/kms.c index 292bd13..0b75b1f 100644 --- a/src/capture/kms.c +++ b/src/capture/kms.c @@ -349,7 +349,7 @@ bool gsr_capture_kms_capture(gsr_capture_kms *self, AVFrame *frame, bool hdr, bo gsr_color_conversion_draw(&self->base.color_conversion, self->base.cursor_texture, cursor_pos, cursor_size, (vec2i){0, 0}, cursor_size, - texture_rotation, false); + texture_rotation, cursor_texture_is_external); } self->base.egl->eglSwapBuffers(self->base.egl->egl_display, self->base.egl->egl_surface); |