Fix texture size when recording via portal

This commit is contained in:
Theodoros Orfanidis
2025-10-01 16:05:49 +02:00
committed by dec05eba
parent 313d3227d8
commit c60783fdcb
3 changed files with 9 additions and 2 deletions

View File

@@ -58,6 +58,8 @@ typedef struct {
uint64_t modifiers;
bool using_external_image;
gsr_monitor_rotation rotation;
int texture_width;
int texture_height;
} gsr_map_texture_output;
typedef struct {