This commit is contained in:
恍兮惚兮 2024-08-03 00:58:57 +08:00
parent d6bc3fe21d
commit 20c9e07e20

View File

@ -193,7 +193,7 @@ _psapi = windll.Psapi
_Advapi32 = windll.Advapi32 _Advapi32 = windll.Advapi32
_GetWindowRect = _user32.GetWindowRect _GetWindowRect = _user32.GetWindowRect
_GetWindowRect.argtypes = c_int, POINTER(RECT) _GetWindowRect.argtypes = HWND, POINTER(RECT)
_GetForegroundWindow = _user32.GetForegroundWindow _GetForegroundWindow = _user32.GetForegroundWindow
_WindowFromPoint = _user32.WindowFromPoint _WindowFromPoint = _user32.WindowFromPoint
_WindowFromPoint.argtypes = (POINT,) _WindowFromPoint.argtypes = (POINT,)