[ros-diffs] [greatlrd] 33122: take offline some code, this file should be take code from win32k. it is same as gdi handle alloc doing it.

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Wed Apr 23 07:22:00 CEST 2008


Author: greatlrd
Date: Wed Apr 23 00:21:59 2008
New Revision: 33122

URL: http://svn.reactos.org/svn/reactos?rev=33122&view=rev
Log:
take offline some code, this file should be take code from win32k. 
it is same as gdi handle alloc doing it. 

Modified:
    trunk/reactos/drivers/directx/dxg/ddhmg.c

Modified: trunk/reactos/drivers/directx/dxg/ddhmg.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/directx/dxg/ddhmg.c?rev=33122&r1=33121&r2=33122&view=diff
==============================================================================
--- trunk/reactos/drivers/directx/dxg/ddhmg.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/directx/dxg/ddhmg.c [iso-8859-1] Wed Apr 23 00:21:59 2008
@@ -161,6 +161,7 @@
         pEntry = (PDD_ENTRY)((PBYTE)gpentDdHmgr + (sizeof(DD_ENTRY) * Index));
         if ( VerifyObjectOwner(pEntry) )
         {
+            /* FIXME
             if ( (pEntry->Objt == ObjectType ) &&
                  (pEntry->FullUnique == (((DWORD)DdHandle >> 21) & 0x7FF) ) &&
                  (pEntry->pobj->cExclusiveLock == 0) &&
@@ -170,6 +171,7 @@
                     pEntry->pobj->Tid = PsGetCurrentThread();
                     Object = pEntry->pobj;
                }
+           */
         }
     }
 



More information about the Ros-diffs mailing list