[v3 linux] correct type of window

This commit is contained in:
Travis McLane
2023-10-31 17:08:12 -05:00
parent 01652c7940
commit 7e63355353
+1 -2
View File
@@ -5,12 +5,11 @@ package application
import (
"fmt"
"net/url"
"unsafe"
"github.com/wailsapp/wails/v3/pkg/events"
)
var showDevTools = func(window unsafe.Pointer) {}
var showDevTools = func(window pointer) {}
type dragInfo struct {
XRoot int