[CMAKE]
[reactos.git] / subsystems / win32 / win32k / ntddraw / dxeng.c
index 135c048..ff7f706 100644 (file)
@@ -727,7 +727,7 @@ BOOL APIENTRY DxEngSetDCOwner(HGDIOBJ hObject, DWORD OwnerMask)
 {
     DPRINT1("ReactX Calling : DxEngSetDCOwner \n");
 
-    return IntGdiSetDCOwnerEx( hObject, OwnerMask, FALSE);
+    return GreSetDCOwner(hObject, OwnerMask);
 }
 
 /************************************************************************/
@@ -743,7 +743,7 @@ DxEngSetDCState(HDC hDC, DWORD SetType, DWORD Set)
    if (pDC)
    {
       if (SetType == 1)
-      {   
+      {
         if ( Set )
             pDC->fs |= DC_FLAG_FULLSCREEN;
         else