[v3 linux] correct type of window

This commit is contained in:
Travis McLane 2023-10-31 16:13:12 -05:00
commit 7e63355353

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