From: "Travis Gant" Newsgroups: comp.os.msdos.djgpp Subject: How Do I Display A Bitmap? W/ Allegro Date: Sat, 14 Nov 1998 21:33:16 -0500 Lines: 16 Message-ID: <72lelm$aed$1@autumn.news.rcn.net> X-Trace: ejc2OUZnk+ecRXRmTKyqxwTxeZyjNO1AalVemXjIZD4= X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 15 Nov 1998 02:35:34 GMT X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How do I display a bit map on the screen with allegro? Here is what I have so far. #include #include "allegro.h" main() { set_gfx_mode(GFX_AUTODETECT, WIDTH, HEIGHT, 0, 0); set_pallete(desktop_pallete); }