mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-19 00:13:30 +08:00
11 lines
180 B
Go
11 lines
180 B
Go
//go:build !darwin && !windows && !linux
|
|
// +build !darwin,!windows,!linux
|
|
|
|
package xfyne
|
|
|
|
import "fyne.io/fyne/v2"
|
|
|
|
func GetWindowHandle(window fyne.Window) uintptr {
|
|
return 0
|
|
}
|