[v3 windows] Moved w32 from internal to pkg so it may be used by applications

This commit is contained in:
Lea Anthony
2023-05-30 16:31:49 +08:00
committed by Misite Bao
parent 7f3fdd6977
commit 728e2019d8
28 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,11 +4,11 @@ package application
import (
"github.com/wailsapp/wails/v3/pkg/events"
"github.com/wailsapp/wails/v3/pkg/w32"
"syscall"
"unsafe"
"github.com/samber/lo"
"github.com/wailsapp/wails/v3/internal/w32"
)
var windowClassName = lo.Must(syscall.UTF16PtrFromString("WailsWebviewWindow"))
+1 -1
View File
@@ -3,13 +3,13 @@
package application
import (
"github.com/wailsapp/wails/v3/pkg/w32"
"runtime"
"sort"
"syscall"
"unsafe"
"github.com/samber/lo"
"github.com/wailsapp/wails/v3/internal/w32"
)
var (
+1 -1
View File
@@ -5,8 +5,8 @@ package application
import (
"errors"
"fmt"
"github.com/wailsapp/wails/v3/internal/w32"
"github.com/wailsapp/wails/v3/pkg/events"
"github.com/wailsapp/wails/v3/pkg/w32"
"syscall"
"unsafe"

Some files were not shown because too many files have changed in this diff Show More