projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af51ca0
)
actually call the function now
author
Tony Cook
<tony@develop=help.com>
Mon, 2 Apr 2001 12:56:07 +0000
(12:56 +0000)
committer
Tony Cook
<tony@develop=help.com>
Mon, 2 Apr 2001 12:56:07 +0000
(12:56 +0000)
Imager.xs
patch
|
blob
|
blame
|
history
diff --git
a/Imager.xs
b/Imager.xs
index 1cf62b08c40deaddf7a5bf40dc75d7d514253d85..cd3bc984d6c943a9d9e012124db054edea27931c 100644
(file)
--- a/
Imager.xs
+++ b/
Imager.xs
@@
-429,6
+429,7
@@
ICL_set_internal(cl,r,g,b,a)
unsigned char b
unsigned char a
PPCODE:
+ ICL_set_internal(cl, r, g, b, a);
EXTEND(SP, 1);
PUSHs(ST(0));