mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
update c call func
This commit is contained in:
parent
8f8937daad
commit
5984aad7bc
@ -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 New Issue
Block a user