Mercurial > mplayer.hg
view etc/inttypes.h @ 37005:4330b0a2af69
Change the parameter list of PutImage().
Put destination data first and source data second,
hence put x and y at the beginning.
Add buffer to be drawn in and its width to the list.
As a result, the global variables image_buffer and
drawbuf_width can be removed.
author | ib |
---|---|
date | Fri, 28 Mar 2014 13:32:20 +0000 |
parents | dae8bc96fb15 |
children |
line wrap: on
line source
// fallback if the user doesn't have inttypes.h (libc5 systems) #include <sys/bitypes.h>