You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
ff32e5eff9
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@93165 d073be05-634f-4543-b044-5fe20cf6d1d6
17 lines
485 B
Diff
17 lines
485 B
Diff
--- imlib2.c.orig 2004-01-01 17:57:55.000000000 -0600
|
|
+++ imlib2.c 2012-05-16 01:41:52.000000000 -0500
|
|
@@ -48,7 +48,12 @@
|
|
static int le_imlib2_poly;
|
|
|
|
|
|
-function_entry imlib2_functions[] = {
|
|
+ZEND_BEGIN_ARG_INFO(second_arg_force_ref, 0)
|
|
+ ZEND_ARG_PASS_INFO(0)
|
|
+ ZEND_ARG_PASS_INFO(1)
|
|
+ZEND_END_ARG_INFO()
|
|
+
|
|
+zend_function_entry imlib2_functions[] = {
|
|
PHP_FE(imlib2_image_modify_gamma,NULL)
|
|
PHP_FE(imlib2_image_modify_contrast,NULL)
|
|
PHP_FE(imlib2_image_modify_brightness,NULL)
|