Add Win32 binding for foreground window and minimize

This commit is contained in:
2026-06-02 12:24:55 -04:00
parent 7d62af0750
commit 0ac1511aac
2 changed files with 71 additions and 1 deletions
+1 -1
View File
@@ -7,6 +7,7 @@ require (
github.com/google/uuid v1.6.0
github.com/jezek/xgb v1.3.1
github.com/jezek/xgbutil v0.0.0-20260124183602-9fd151d6a51a
golang.org/x/sys v0.41.0
)
require (
@@ -36,7 +37,6 @@ require (
golang.org/x/arch v0.22.0 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sys v0.41.0 // indirect
golang.org/x/text v0.34.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
)