fix return error

This commit is contained in:
vcaesar 2018-08-13 10:42:22 -04:00
parent b4fffb3d06
commit 77d07f6907

View File

@ -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,