EgtInterface 2.6j1 :
- aggiunta interfaccia per EgtSurfTmSetFaceColor - modificata interfaccia per EgtSetMark.
This commit is contained in:
@@ -108,9 +108,9 @@ __stdcall EgtGetCalcStatus( int nId, int* pnStat)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetMark( int nId)
|
||||
__stdcall EgtSetMark( int nId, int nMark)
|
||||
{
|
||||
return ( ExeSetMark( nId) ? TRUE : FALSE) ;
|
||||
return ( ExeSetMark( nId, nMark) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user