Thx fireball to found the real issue with dxg.sys why the hell it did send down NULL
authorMagnus Olsen <magnus@greatlord.com>
Thu, 1 May 2008 21:00:54 +0000 (21:00 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Thu, 1 May 2008 21:00:54 +0000 (21:00 +0000)
commit6b7e77bfc941082483d7f9846a877467993f8094
tree399f158f81bf7645504a2fa310bbcfcb2a9ea975
parent4c675706f28c7efdf830690fd0450dc9cb910fce
Thx fireball to found the real issue with dxg.sys why the hell it did send down NULL
we need the graphic drv DeviceObject be sent in, it is known as PDev->hSpooler in windows
reactos win32k does not set it up yet so we using reactos version of it
it call PDev->VideoFileObject->DeviceObject.

svn path=/trunk/; revision=33225
reactos/subsystems/win32/win32k/ntddraw/dxeng.c