2010-03-27 10:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbxbp/xbpgra.prg
    + GraInitMaterix(...) Xbase++ compatible dummy function.
This commit is contained in:
Pritpal Bedi
2010-03-27 17:17:37 +00:00
parent f9e217ed8d
commit afd7258236
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -483,3 +483,8 @@ FUNCTION GraSaveScreen( ... )
RETURN NIL
/*----------------------------------------------------------------------*/
FUNCTION GraInitMaterix( ... )
RETURN {}
/*----------------------------------------------------------------------*/