From: "Valkir" Newsgroups: comp.os.msdos.djgpp Subject: allegro Lines: 48 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Sun, 2 Jan 2000 13:18:10 -0500 NNTP-Posting-Host: 24.200.143.153 X-Complaints-To: abuse AT videotron DOT net X-Trace: weber.videotron.net 946837038 24.200.143.153 (Sun, 02 Jan 2000 13:17:18 EST) NNTP-Posting-Date: Sun, 02 Jan 2000 13:17:18 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. I have that simple program, just to test the speed of allegro. here it is. int posX=10; void draw_screen(BITMAP *bmp) { int x,y; for(x=0;x<800;x++) for(y=0;y<600;y++) putpixel(bmp,x,y,65); for(x=posX;x