Wrong comment, the bitmap is blue, not green.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13475 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-09-26 12:57:53 +00:00
parent 7c2eafd04a
commit 5a38558511
1 changed files with 1 additions and 1 deletions

View File

@ -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);