# HG changeset patch # User diego # Date 1096203473 0 # Node ID 0e1b59efcef39800d70f2be5328194f1c32d155b # Parent daeea32a09568aa57e7b1fe3fad49ea8d029e647 Wrong comment, the bitmap is blue, not green. diff -r daeea32a0956 -r 0e1b59efcef3 TOOLS/bmovl-test/bmovl-test.c --- a/TOOLS/bmovl-test/bmovl-test.c Sun Sep 26 12:54:00 2004 +0000 +++ b/TOOLS/bmovl-test/bmovl-test.c Sun Sep 26 12:57:53 2004 +0000 @@ -96,7 +96,7 @@ paint(bitmap, (75*75*4), 0, 255, 0, 128); blit(fifo, bitmap, 75, 75, width-50-75, 50, 0, 0); - // Paint bitmap green, 50% transparent and blit at position -50,50 + // Paint bitmap blue, 50% transparent and blit at position -50,50 paint(bitmap, (75*75*4), 0, 0, 255, 128); blit(fifo, bitmap, 75, 75, 50, height-50-75, 0, 0);