mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-19 08:23:23 +08:00
rewrite
This commit is contained in:
10
gui/xfyne/window_other.go
Normal file
10
gui/xfyne/window_other.go
Normal file
@@ -0,0 +1,10 @@
|
||||
//go:build !darwin && !windows && !linux
|
||||
// +build !darwin,!windows,!linux
|
||||
|
||||
package xfyne
|
||||
|
||||
import "fyne.io/fyne/v2"
|
||||
|
||||
func GetWindowHandle(window fyne.Window) uintptr {
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user