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:
@@ -97,7 +97,7 @@ extern int NDECL(kbhit);
|
||||
extern int NDECL(WindowGetchar);
|
||||
extern void FDECL(ami_argset, (int *, char *[]));
|
||||
extern void FDECL(ami_mkargline, (int *, char **[]));
|
||||
extern void ami_wininit_data(void);
|
||||
extern void FDECL(ami_wininit_data, (int));
|
||||
|
||||
#define FromWBench 0 /* A hint for compiler ... */
|
||||
/* extern boolean FromWBench; /* how were we run? */
|
||||
|
||||
Reference in New Issue
Block a user