mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
update GetBounds x11 error log
This commit is contained in:
parent
e0ecc78a58
commit
bbb5cd6041
@ -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 New Issue
Block a user