mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
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:
parent
7c2eafd04a
commit
5a38558511
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user