Added nicer looking default mouse cursor.
authorDavid Welch <welch@cwcom.net>
Wed, 25 Sep 2002 21:21:36 +0000 (21:21 +0000)
committerDavid Welch <welch@cwcom.net>
Wed, 25 Sep 2002 21:21:36 +0000 (21:21 +0000)
commit51ee9ffb3d76f1a71f734011ea4181713998ee89
treef8aaa2bb6cd4738578618fdfdd9224a224538673
parent9b17dd2a05657c03cac6c5074053b3fd71300d9b
Added nicer looking default mouse cursor.
Draw a mouse cursor as a pair of AND and XOR masks.
Speedup saving the screen area behind the mouse cursor by blitting it to
a non-displayed part of the frame buffer.

svn path=/trunk/; revision=3569
reactos/drivers/dd/vga/display/main/enable.c
reactos/drivers/dd/vga/display/makefile
reactos/drivers/dd/vga/display/objects/offscreen.c [new file with mode: 0644]
reactos/drivers/dd/vga/display/objects/pointer.c
reactos/drivers/dd/vga/display/vgaddi.h
reactos/drivers/dd/vga/display/vgavideo/vgavideo.c
reactos/drivers/dd/vga/display/vgavideo/vgavideo.h
reactos/lib/user32/windows/defwnd.c
reactos/subsys/win32k/eng/mouse.c