nice fail, bro
This commit is contained in:
parent
d6877097d0
commit
f4c3825186
@ -15,9 +15,11 @@
|
||||
* ix, iy: coordinate of the pixel in this pic.
|
||||
* op, ox, oy : same things for output picture
|
||||
*/
|
||||
#define PIXEL_COPY(ip, ix, iy, op, ox, oy) \
|
||||
do { \
|
||||
\
|
||||
#define PIXEL_COPY(ip, ix, iy, op, ox, oy) \
|
||||
do { \
|
||||
op->Rpix[oy][x] = ip->Rpix[y][x]; \
|
||||
op->Gpix[oy][x] = ip->Gpix[y][x]; \
|
||||
op->Bpix[oy][x] = ip->Bpix[y][x]; \
|
||||
} while (0)
|
||||
|
||||
#define SZPIC 5777
|
||||
|
Loading…
Reference in New Issue
Block a user