From 5a3855851154a97e1a1acb53e6202f4cce1a4f94 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 26 Sep 2004 12:57:53 +0000 Subject: [PATCH] Wrong comment, the bitmap is blue, not green. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13475 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/bmovl-test/bmovl-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOOLS/bmovl-test/bmovl-test.c b/TOOLS/bmovl-test/bmovl-test.c index 2583e115de..651c9c02ac 100644 --- a/TOOLS/bmovl-test/bmovl-test.c +++ b/TOOLS/bmovl-test/bmovl-test.c @@ -96,7 +96,7 @@ int main(int argc, char **argv) { 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);