diff options
Diffstat (limited to 'include/pipewire.h')
-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; |