From c538df7daa21ce6c878b4ead7f0e06c4a0db8147 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 9 Dec 2025 06:51:12 +0900 Subject: internal/pipewire: expose connection props Unused in hakurei but could be useful when the package is moved out of internal. Signed-off-by: Ophestra --- internal/system/dispatcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/system') 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) -- cgit v1.3.1