helly Fri Mar 26 19:38:34 2004 EDT Modified files: /php-src/ext/ming ming.c Log: Follow ming_xy naming convention http://cvs.php.net/diff.php/php-src/ext/ming/ming.c?r1=1.65&r2=1.66&ty=u Index: php-src/ext/ming/ming.c diff -u php-src/ext/ming/ming.c:1.65 php-src/ext/ming/ming.c:1.66 --- php-src/ext/ming/ming.c:1.65 Fri Mar 26 16:56:30 2004 +++ php-src/ext/ming/ming.c Fri Mar 26 19:38:34 2004 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ming.c,v 1.65 2004/03/26 21:56:30 fmk Exp $ */ +/* $Id: ming.c,v 1.66 2004/03/27 00:38:34 helly Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -48,7 +48,7 @@ PHP_FALIAS(ming_setcubicthreshold, ming_setCubicThreshold, NULL) PHP_FALIAS(ming_setscale, ming_setScale, NULL) PHP_FALIAS(ming_useswfversion, ming_useSWFVersion, NULL) - PHP_FALIAS(swfbutton_keypress, swfbutton_keypress, NULL) + PHP_FALIAS(ming_keypress, ming_keypress, NULL) #ifdef HAVE_NEW_MING PHP_FALIAS(ming_useconstants, ming_useConstants, NULL) #endif @@ -627,9 +627,9 @@ } /* }}} */ -/* {{{ proto int swfbutton_keypress(string str) +/* {{{ proto int ming_keypress(string str) Returns the action flag for keyPress(char) */ -PHP_FUNCTION(swfbutton_keypress) +PHP_FUNCTION(ming_keypress) { zval **key; char c;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php