diff options
| author | Dave Hayden <opaquedave@php.net> | 2001-03-13 01:57:43 +0000 |
|---|---|---|
| committer | Dave Hayden <opaquedave@php.net> | 2001-03-13 01:57:43 +0000 |
| commit | f2427f42fa9179ed06eda132c6a629ec25e17137 (patch) | |
| tree | 85676f29c15a0f458f4bb25b8e045117b7966ead /ext/ming/php_ming.h | |
| parent | 83848d2e1fac810013a074070b49672cfb902967 (diff) | |
| download | php-git-f2427f42fa9179ed06eda132c6a629ec25e17137.tar.gz | |
changed scalar args and returns to doubles, added Ming_setScale function,
added SWFTEXTFIELD_HTML flag, fixed SWFTextField_setIndentation glitch
Diffstat (limited to 'ext/ming/php_ming.h')
| -rw-r--r-- | ext/ming/php_ming.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ming/php_ming.h b/ext/ming/php_ming.h index e35a3176ef..395c911f39 100644 --- a/ext/ming/php_ming.h +++ b/ext/ming/php_ming.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: dave | + | Author: dave@opaque.net | +----------------------------------------------------------------------+ */ @@ -163,13 +163,13 @@ PHP_FUNCTION(swfbutton_addAction); PHP_FUNCTION(swfbutton_keypress); PHP_FUNCTION(swfaction_init); -PHP_FUNCTION(swfaction_add); PHP_FUNCTION(swfmorph_init); PHP_FUNCTION(swfmorph_getShape1); PHP_FUNCTION(swfmorph_getShape2); PHP_FUNCTION(ming_setCubicThreshold); +PHP_FUNCTION(ming_setScale); #else #define ming_module_ptr NULL |
