mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3 linux] correct type of window
This commit is contained in:
parent
01652c7940
commit
7e63355353
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue