diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c672d2268b..135d369390 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-30 21:51 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * harbour/contrib/hbcairo/core.c + * harbour/contrib/hbcairo/test/fancytxt.prg + * formatting, deleted development comments + 2009-11-30 21:31 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + harbour/contrib/hbcairo + harbour/contrib/hbcairo/Makefile diff --git a/harbour/contrib/hbcairo/core.c b/harbour/contrib/hbcairo/core.c index a361bd8470..10592fae93 100644 --- a/harbour/contrib/hbcairo/core.c +++ b/harbour/contrib/hbcairo/core.c @@ -469,31 +469,3 @@ HB_FUNC( CAIRO_PATH_ITERATOR_SET_POINTS ) } hb_errRT_BASE( EG_ARG, 3012, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS ); } - -/* - -1) - -2) hb_gcRefInc()/hb_gcRefDec() is required without HB_USE_ITEM. This - requires define _HB_API_INTERNAL_. Is this OK? - -3) In function CAIRO_PATH_ITERATOR_CREATE() new item is created using: -pIterator->pPath = hb_itemNew( hb_param( 1, HB_IT_POINTER ) ); - -Does pIterator->pPath need to be unlocked? -If it remains locked, then hb_gcGripMark( pIterator->pPath ) in mark -function is not necessary. - -4) Can be sure that inside CAIRO_PATH_ITERATOR_NEXT() pPath is a valid (not destroyed path)? -(both with and without HB_USE_ITEM) - -5) What is correct way to code: - pCairo = hb_cairo_par( 1 ); // generate RTE if parameter is wrong - if( pData ) - cairo_something( pCairo ); -or this is also ok: - cairo_something( hb_cairo_par( 1 ) ); - -6) Should implementation of procedures end with hb_ret(); ? - -*/ \ No newline at end of file diff --git a/harbour/contrib/hbcairo/tests/fancytxt.prg b/harbour/contrib/hbcairo/tests/fancytxt.prg index 45c32b4371..0994861853 100644 --- a/harbour/contrib/hbcairo/tests/fancytxt.prg +++ b/harbour/contrib/hbcairo/tests/fancytxt.prg @@ -1,4 +1,3 @@ - /* * $Id$ */