From: "Evan" Newsgroups: comp.os.msdos.djgpp Subject: background scan Date: Sun, 14 Jun 1998 17:00:48 -0500 Organization: OnTheNet www.getonthe.net Lines: 9 Message-ID: <6m1hkc$70j$1@news.getonthe.net> NNTP-Posting-Host: max22.ctg143.getonthe.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am writing a graphics library and I want to move a little ball around the screen without destroying the background so I have to scan it. When I scan it into the buffer it seems to overlap the buffer I want to draw. You can get the graphics library at http://www.geocities.com/SiliconValley/Lakes/5904/graph.zip Please help!