Initialise startup row and col

This commit is contained in:
Paul Tucker
2000-03-09 18:28:15 +00:00
parent 1f8c841585
commit 5f3b94f6ee
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
20000309-13:24 EST Paul Tucker <ptucker@sympatico.ca>
* source\rtl\gtapi.c
* Initialize s_iCurrentRow and s_iCurrentCol
20000308-18:05 GMT+1 Victor Szakats <info@szelvesz.hu>
* makefile.vc
! Small correction.

View File

@@ -153,6 +153,8 @@ void hb_gtInit( void )
hb_gt_Init();
hb_gtSetColorStr( hb_set.HB_SET_COLOR );
s_iCurrentRow = hb_gt_Row();
s_iCurrentCol = hb_gt_Col();
}
void hb_gtExit( void )