diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-07-24 12:13:54 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-07-24 12:13:54 +0200 |
| commit | 0ec2cb0ad576d44e5eeb698f654bdb36f7bde94a (patch) | |
| tree | d9149e7f1bb2e99bff0ac6de69d53af3a32bf70a /include | |
| parent | 7baf5e25f9ea9adc3a685f6512a516b25e61dfeb (diff) | |
pipewire capture: add fallback for formats without modifier (fix for old amd vega gpus)
Diffstat (limited to 'include')
| -rw-r--r-- | include/dbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbus.h b/include/dbus.h index 229f7ea..0b779bf 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -34,7 +34,7 @@ typedef struct { bool gsr_dbus_init(gsr_dbus *self, const char *screencast_restore_token); void gsr_dbus_deinit(gsr_dbus *self); -/* The follow functions should be called in order to setup ScreenCast properly */ +/* The following functions should be called in order to setup ScreenCast properly */ /* These functions that return an int return the response status code */ int gsr_dbus_screencast_create_session(gsr_dbus *self, char **session_handle); /* |
