EgtInterface 3.1d1 :

- aggiunta interfaccia per funzione EgtRedraw.
This commit is contained in:
Dario Sassi
2026-04-08 19:30:52 +02:00
parent 75d251f561
commit ca2e0e43f9
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)