mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
update c call func
This commit is contained in:
parent
8f8937daad
commit
5984aad7bc
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ Bounds get_client(uintptr pid, uintptr isHwnd){
|
|||
|
||||
#if defined(IS_MACOSX)
|
||||
|
||||
return GetBounds(pid, isHwnd);
|
||||
return get_bounds(pid, isHwnd);
|
||||
|
||||
#elif defined(USE_X11)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue