diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-09 06:51:12 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-09 06:51:12 +0900 |
| commit | c538df7daa21ce6c878b4ead7f0e06c4a0db8147 (patch) | |
| tree | 7a377bb7ba210f191dbcca030d2ba22582cef50d /internal/system | |
| parent | 44e5aa1a36718de400eae91a1c9a0b8d61fd1f08 (diff) | |
internal/pipewire: expose connection props
Unused in hakurei but could be useful when the package is moved out of internal.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/system')
| -rw-r--r-- | internal/system/dispatcher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/dispatcher.go b/internal/system/dispatcher.go index eae92477..88091595 100644 --- a/internal/system/dispatcher.go +++ b/internal/system/dispatcher.go @@ -89,7 +89,7 @@ func (k direct) waylandNew(displayPath, bindPath *check.Absolute, appID, instanc return wayland.New(displayPath, bindPath, appID, instanceID) } -func (k direct) pipewireConnect() (*pipewire.Context, error) { return pipewire.Connect(true) } +func (k direct) pipewireConnect() (*pipewire.Context, error) { return pipewire.Connect(true, nil) } func (k direct) xcbChangeHosts(mode xcb.HostMode, family xcb.Family, address string) error { return xcb.ChangeHosts(mode, family, address) |
