diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 76eed64bd5..6f0295a75c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-27 10:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * contrib/hbxbp/xbpgra.prg + + GraInitMaterix(...) Xbase++ compatible dummy function. + 2010-03-27 18:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.bat * bin/postinst.prg diff --git a/harbour/contrib/hbxbp/xbpgra.prg b/harbour/contrib/hbxbp/xbpgra.prg index adae3d957b..ccdeb57e48 100644 --- a/harbour/contrib/hbxbp/xbpgra.prg +++ b/harbour/contrib/hbxbp/xbpgra.prg @@ -483,3 +483,8 @@ FUNCTION GraSaveScreen( ... ) RETURN NIL /*----------------------------------------------------------------------*/ + +FUNCTION GraInitMaterix( ... ) + RETURN {} + +/*----------------------------------------------------------------------*/