EgtInterface 3.1d1 :
- aggiunta interfaccia per funzione EgtRedraw.
This commit is contained in:
@@ -142,6 +142,13 @@ __stdcall EgtDraw( void)
|
||||
return ( ExeDraw() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtRedraw( void)
|
||||
{
|
||||
return ( ExeRedraw() ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSelect( int nWinX, int nWinY, int nSelW, int nSelH, int* pnSel)
|
||||
|
||||
Reference in New Issue
Block a user