diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-22 17:20:09 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-22 17:20:09 +0200 |
commit | e9343cce911c6401f9318165b4d098bdef723f8a (patch) | |
tree | b2fc6c23729bfc9ac93c9ef77135f64c4792a51c /include | |
parent | 28eef4619f983234a8c1c92430821c1eea7dff96 (diff) |
Fix pipewire capture on amd (fallback to no drm modifiers if eglCreateImage fails), might happen because of a buggy desktop portal/pipewire implementation
Diffstat (limited to 'include')
-rw-r--r-- | include/pipewire.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pipewire.h b/include/pipewire.h index 4e486fc..4a6330d 100644 --- a/include/pipewire.h +++ b/include/pipewire.h @@ -84,6 +84,7 @@ typedef struct { bool started; bool stopped; + bool no_modifiers_fallback; uint64_t modifiers[GSR_PIPEWIRE_MAX_MODIFIERS]; size_t num_modifiers; |