diff options
| author | Theodoros Orfanidis <teoulas@gmail.com> | 2025-10-01 16:05:49 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2025-10-01 17:47:54 +0200 |
| commit | c60783fdcb7523b696cd96d1714e27c81dfe1dc1 (patch) | |
| tree | 19f9dc3259928ea491908a549ef69391ee5241cc /include | |
| parent | 313d3227d888a3ab24c0792dbdc51d877ccfd412 (diff) | |
Fix texture size when recording via portal
Diffstat (limited to 'include')
| -rw-r--r-- | include/pipewire_video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pipewire_video.h b/include/pipewire_video.h index d22e812..4d334f9 100644 --- a/include/pipewire_video.h +++ b/include/pipewire_video.h @@ -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 { |
