mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Deactivate a check.
svn path=/trunk/; revision=26721
This commit is contained in:
@@ -333,13 +333,14 @@ Main_DirectDraw_SetCooperativeLevel (LPDIRECTDRAW7 iface, HWND hwnd, DWORD coopl
|
||||
HWND window;
|
||||
LPDDRAWI_DIRECTDRAW_INT This = (LPDDRAWI_DIRECTDRAW_INT)iface;
|
||||
|
||||
|
||||
#if 0 // this check is totally invalid if you ask me - mbosma
|
||||
/* Get the old window */
|
||||
window = (HWND) This->lpLcl->hWnd;
|
||||
if(!window)
|
||||
{
|
||||
return DDERR_NOHWND;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Tests suggest that we need one of them: */
|
||||
if(!(cooplevel & (DDSCL_SETFOCUSWINDOW |
|
||||
|
||||
Reference in New Issue
Block a user