From: "Zoma" Newsgroups: comp.os.msdos.djgpp Subject: Allegro question: Blitting a BMP to the screen, Date: Fri, 20 Feb 1998 23:07:49 -0600 Organization: Sprynet News Service Lines: 8 Message-ID: <6clmt4$rh1$1@juliana.sprynet.com> NNTP-Posting-Host: hd17-139.hil.compuserve.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Quick question: Using Allegro 3.0 I am trying to draw to two bitmaps, each taking up a portion of the screen. After drawing, I blit them to the screen, however nothing appears on the screen. The program works if I use a single BITMAP, *dbuffer. Anyone know why I cannot do this? Thanks.