mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3 linux] correct type of window
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user