|
From: Jason F. <jas...@ya...> - 2001-11-01 18:09:26
|
My late reply: Well the first thing wrong with gditest was that line clipping is not implemented in either win32k.sys or the vga driver. So I altered the background routine in gditest not to draw offscreen. The second problem is when creating a compatible DC (W32kCreateCompatibleDC) which is supposed to, when passed a NULL, create a DC compatible with the application's current screen. Now previously I had some really ugly code to do this, which I removed. I assume that the correct way to get the application's current DC would be via functionality provided by window stations / desktops. This is only going to be implemented once the new GDI handles are implemented. Rex signed up for this but is probably under a heavy work load at this time. I've just mailed Rex saying I can try and help with this task. - Jason --- Phillip Susi <ps...@cf...> wrote: > I got everything needed for a gditest run onto a compressed > bootable floppy > and tested it in several machines today, and it ran on all of them, > but > hangs drawing the initial background. The first two lines from 0,0 > to 640, > 480 and from 0,0 to 2,480 are drawn, and then the kernel freezes up > - the > caps lock toggle doesn't work. I've got a little clean up work to > do on > the ramdisk driver, then I'll wait until gditest works correctly > before > posting a downloadable test floppy image for people to check out on > the web > site. > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |