1
0
mirror of synced 2025-01-20 01:32:51 +01:00

better shit

This commit is contained in:
Rin 2022-07-06 19:04:47 +01:00
parent 88b41fc278
commit 2bd3eed03d

View File

@ -741,6 +741,7 @@ static LRESULT Hook_WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
static BOOL Hook_ShowWindow(HWND hwnd, int nCmdShow)
{
SetWindowLongPtrW(hwnd, -4, (LONG_PTR)Hook_WndProc);
ShowCursor(1);
mt6Hwnd = hwnd;
return pShowWindow(hwnd, nCmdShow);