Hi! Good job! But this is all kinds of type of wrong! There are internal calls for win32k dc.c and dcutils.c in there. What you should have done was move the DC object structure to ntgdihdl.h.
So, please revert or but back dc.h and then move the DC object to ntgdihld.h where it belongs.
Thanks, James
Hi I will look at it to moring, the good thing it is my branch I done it in. I need access all PDC struct in dxg.sys and maby some more.
we got our dxgthk.sys now and it is compatble with MS Windows NT dxgthk.sys what I can see it only redirct call to win32k.sys in the export list.
----- Original Message ----- From: "James Tabor" jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net To: "ReactOS Development List" ros-dev@reactos.org Sent: Monday, October 22, 2007 10:01 PM Subject: [ros-dev] [ros-diffs] [greatlrd] 29788: rename dc.h to win32kdc.h rename driver.h to win32kdriver.h
Hi! Good job! But this is all kinds of type of wrong! There are internal calls for win32k dc.c and dcutils.c in there. What you should have done was move the DC object structure to ntgdihdl.h.
So, please revert or but back dc.h and then move the DC object to ntgdihld.h where it belongs.
Thanks, James _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Hi! Magnus Olsen wrote:
Hi I will look at it to moring, the good thing it is my branch I done it in. I need access all PDC struct in dxg.sys and maby some more.
we got our dxgthk.sys now and it is compatble with MS Windows NT dxgthk.sys what I can see it only redirct call to win32k.sys in the export list.
That is right,,, we need to move the PDC DC over to ntgdihdl.h anyway. We even need to move WINDOW_OBJECT to ntuser.h too since it will be mapped into user process space very soon.
Hang in there! James
I have move it in in my branch, u are free to merge it down that change to trunk.
----- Original Message ----- From: "James Tabor" jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net To: "ReactOS Development List" ros-dev@reactos.org Sent: Tuesday, October 23, 2007 12:27 AM Subject: Re: [ros-dev] [ros-diffs] [greatlrd] 29788: rename dc.h to win32kdc.h rename driver.h to win32kdriver.h
Hi! Magnus Olsen wrote:
Hi I will look at it to moring, the good thing it is my branch I done it in. I need access all PDC struct in dxg.sys and maby some more.
we got our dxgthk.sys now and it is compatble with MS Windows NT dxgthk.sys what I can see it only redirct call to win32k.sys in the export list.
That is right,,, we need to move the PDC DC over to ntgdihdl.h anyway. We even need to move WINDOW_OBJECT to ntuser.h too since it will be mapped into user process space very soon.
Hang in there! James _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev