mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 01:38:49 +00:00
update GetBounds x11 error log
This commit is contained in:
parent
e0ecc78a58
commit
bbb5cd6041
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ func GetBounds(pid int32, args ...int) (int, int, int, int) {
|
|||
|
||||
xid, err := GetXId(xu, pid)
|
||||
if err != nil {
|
||||
log.Println("GetXidFromPid errors is: ", err)
|
||||
log.Println("GetXid from Pid errors is: ", err)
|
||||
return 0, 0, 0, 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue