Include virtual capture target in portal capture

This commit is contained in:
dec05eba
2024-07-15 23:17:00 +02:00
parent a3b773a963
commit 73146d8957
3 changed files with 3 additions and 3 deletions

View File

@@ -551,7 +551,7 @@ void gsr_pipewire_deinit(gsr_pipewire *self) {
}
}
/* TODO: Do this in the thread instead, otherwise this is not guaranteed to always work and may produce glitched output */
/* TODO: Do this in the thread instead, otherwise this is not guaranteed to always work and may produce glitched output (happens now when resizing the captured window) */
bool gsr_pipewire_map_texture(gsr_pipewire *self, unsigned int texture_id, unsigned int cursor_texture_id, gsr_pipewire_region *region, gsr_pipewire_region *cursor_region) {
pthread_mutex_lock(&self->mutex);