We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a20b9 commit a5b27d6Copy full SHA for a5b27d6
source/gameengine/GamePlayer/GPG_ghost.cpp
@@ -249,7 +249,8 @@ static HWND findGhostWindowHWND(GHOST_IWindow* window)
249
{
250
found_ghost_window_hwnd = nullptr;
251
ghost_window_to_find = window;
252
- EnumWindows(findGhostWindowHWNDProc, nullptr);
+ LPARAM lParam = 0.0;
253
+ EnumWindows(findGhostWindowHWNDProc, lParam);
254
return found_ghost_window_hwnd;
255
}
256
0 commit comments