update c call func

This commit is contained in:
vcaesar 2018-08-13 10:05:18 -04:00
parent 8f8937daad
commit 5984aad7bc

View File

@ -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)