update godoc and version

This commit is contained in:
vcaesar 2018-07-10 23:13:27 +08:00
parent fdf9448e1d
commit cd0c3ed6d8
2 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,7 @@ import (
)
const (
version string = "v0.49.0.581, Olympus Mons!"
version string = "v0.49.0.600, Olympus Mons!"
)
type (

View File

@ -42,7 +42,8 @@ func ActivePIDC(pid int32, args ...int) {
internalActive(int32(xid), hwnd)
}
// ActivePID makes the window of the PID the active window
// ActivePID active the window by PID,
// If args[0] > 0 on the Windows platform via a window handle to active,
// If args[0] > 0 on the unix platform via a xid to active
func ActivePID(pid int32, args ...int) error {
if xu == nil {