mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
fix return error
This commit is contained in:
parent
b4fffb3d06
commit
77d07f6907
@ -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 New Issue
Block a user