mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
fix
This commit is contained in:
parent
d6bc3fe21d
commit
20c9e07e20
@ -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,)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user