mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-05 23:46:51 +08:00
10 lines
176 B
Go
10 lines
176 B
Go
package windowmanagerhandler
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func (wmh *WindowManagerHandler) initUsingWayland() error {
|
|
return fmt.Errorf("support of Wayland is not implemented, yet")
|
|
}
|