[CMAKE]
[reactos.git] / subsystems / win32 / win32k / ntddraw / dxeng.c
index 95aafe8..ff7f706 100644 (file)
@@ -6,7 +6,7 @@
  * PROGRAMMERS:      Magnus Olsen (magnus@greatlord.com)
  */
 
-#include <w32k.h>
+#include <win32k.h>
 #include <debug.h>
 
 HSEMAPHORE  ghsemShareDevLock = NULL;
@@ -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