Skip to content
Snippets Groups Projects
Commit 472d410c authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Added missing WIN_ReleaseWndPtr.

parent 728702e6
No related branches found
No related tags found
No related merge requests found
......@@ -341,6 +341,7 @@ XVidMode_DirectDraw_SetDisplayMode(LPDIRECTDRAW7 iface, DWORD dwWidth,
XF86VidModeModeInfo* new_mode;
WND *tmpWnd = WIN_FindWndPtr(This->window);
Window x11Wnd = X11DRV_WND_GetXWindow(tmpWnd);
WIN_ReleaseWndPtr(tmpWnd);
new_mode = choose_mode(dwWidth, dwHeight, dwRefreshRate, dwFlags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment