add param to ini winsys routines
Provide a mechanism for cleanly moving between tentative window system selections during startup. Now, before a second (or later) system is selected, the first will be notified that it is losing control. See window.doc.
This commit is contained in:
@@ -43,10 +43,14 @@ int amii_otherBPen;
|
||||
long amii_libvers = LIBRARY_FONT_VERSION;
|
||||
|
||||
void
|
||||
ami_wininit_data( void )
|
||||
ami_wininit_data( dir )
|
||||
int dir;
|
||||
{
|
||||
extern unsigned short amii_init_map[ AMII_MAXCOLORS ];
|
||||
extern unsigned short amiv_init_map[ AMII_MAXCOLORS ];
|
||||
|
||||
if( dir != WININIT) return;
|
||||
|
||||
if( !WINVERS_AMIV )
|
||||
{
|
||||
# ifdef TEXTCOLOR
|
||||
|
||||
Reference in New Issue
Block a user