aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-22 17:20:09 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-22 17:20:09 +0200
commite9343cce911c6401f9318165b4d098bdef723f8a (patch)
treeb2fc6c23729bfc9ac93c9ef77135f64c4792a51c /include
parent28eef4619f983234a8c1c92430821c1eea7dff96 (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.h1
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;