diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2004-12-22 00:42:59 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2004-12-22 00:42:59 +0000 |
| commit | 73d95d8a8172ad81a68fa5cd1e2385ed7398a6db (patch) | |
| tree | 0380ab320efe42338efb8b79459cf9cd81c2a80a /php_imlib.c | |
| parent | 2f60233a237f44f71dd808ffd593b821242a2251 (diff) | |
- contribution notice
git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@88 455248ca-bdda-0310-9134-f4ebb693071a
Diffstat (limited to 'php_imlib.c')
| -rw-r--r-- | php_imlib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php_imlib.c b/php_imlib.c index fdb60b4..97e86d4 100644 --- a/php_imlib.c +++ b/php_imlib.c @@ -1739,6 +1739,9 @@ PHP_FUNCTION(imlib_image_flip_diagonal) Orientate an image 90 x steps */ PHP_FUNCTION(imlib_image_orientate) { + + /* Contributed by Gareth Ardron */ + zval **img, **stepping; int r; Imlib_Image im; |
