From afd725823695095b2f2e3fa3fa2336878d1bc24e Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Sat, 27 Mar 2010 17:17:37 +0000 Subject: [PATCH] 2010-03-27 10:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbpgra.prg + GraInitMaterix(...) Xbase++ compatible dummy function. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbxbp/xbpgra.prg | 5 +++++ 2 files changed, 9 insertions(+) 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 {} + +/*----------------------------------------------------------------------*/