bjori           Tue Apr 17 15:44:25 2007 UTC

  Modified files:              
    /php-src/ext/gd     gd.c 
  Log:
  Fix proto
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.372&r2=1.373&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.372 php-src/ext/gd/gd.c:1.373
--- php-src/ext/gd/gd.c:1.372   Tue Apr 17 15:37:26 2007
+++ php-src/ext/gd/gd.c Tue Apr 17 15:44:25 2007
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.372 2007/04/17 15:37:26 pajoye Exp $ */
+/* $Id: gd.c,v 1.373 2007/04/17 15:44:25 bjori Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -1965,7 +1965,7 @@
 }
 /* }}} */
 
-/* {{{ proto resource imagegrabscreen(int window_handle [, int client_area])
+/* {{{ proto resource imagegrabscreen()
    Grab a screenshot */
 PHP_FUNCTION(imagegrabscreen)
 {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to