git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4cc575e
)
embedded png
author
kramm
<kramm>
Sun, 18 Mar 2007 18:22:21 +0000
(18:22 +0000)
committer
kramm
<kramm>
Sun, 18 Mar 2007 18:22:21 +0000
(18:22 +0000)
lib/devices/render.c
patch
|
blob
|
history
diff --git
a/lib/devices/render.c
b/lib/devices/render.c
index
1d6e80e
..
2449a2c
100644
(file)
--- a/
lib/devices/render.c
+++ b/
lib/devices/render.c
@@
-24,11
+24,10
@@
#include <memory.h>
#include "../gfxdevice.h"
#include "../gfxtools.h"
-#include "../png.h"
#include "../mem.h"
-
-typedef unsigned int U32;
-typedef unsigned char U8;
+#define PNG_INLINE_EXPORTS
+#include "../types.h"
+#include "../png.c"
typedef gfxcolor_t RGBA;