Hi,all,
I wrote a program that let's you move a circular
region across the screen with the mouse; in this circular region, the RGB values are changed to corresponding
values of a bitmap in the backbuffer. A BitBlt is made whenever there is a change of more than 8 Pixel on the screen. However...