From: Andrew.Solodovnikov on 1 Jul 2008 15:08 > > `!gdikdx.dpdev -DR` should give you the configuration of the MDEV in that > > case. > Ivan, hi again. I'm trying to debug driver, but can't find gdikdx.dll for windows xp sp3. As I understand, there is no public version of this extension. If so, maybe, you have other thoughts what I can check? I try to log update region - seems it is correct. And again, for example, for DrvCopyBits, it seems that buggy blts only for back_surf to back_surf operations... Really strange.
From: Tim on 20 Jul 2008 17:51
In theory the mirror driver's surface uses internal coordinates starting at 0,0 -> WxH. This is important because DrvMovePointer can be given negative x-coordinates which means the mouse has left the area. See http://msdn.microsoft.com/en-us/library/ms793406.aspx Have you found anything else? Tim. |