mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
fix return error
This commit is contained in:
parent
b4fffb3d06
commit
77d07f6907
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ func GetBounds(pid int32, args ...int) (int, int, int, int) {
|
|||
return 0, 0, 0, 0
|
||||
}
|
||||
|
||||
internalGetBounds(int32(xid), hwnd)
|
||||
return internalGetBounds(int32(xid), hwnd)
|
||||
}
|
||||
|
||||
// ActivePIDC active the window by PID,
|
||||
|
|
|
|||
Loading…
Reference in a new issue