added EventRecord optional parameter to DoEvents

This commit is contained in:
chombier 2001-03-10 14:50:08 +00:00
parent cb5735db85
commit a9846bebc4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ void NoWindow(void);
Boolean CheckPageKeys(short code);
void SendOneChar(unsigned char sendch);
void HandleKeyDown(EventRecord theEvent,struct WindRec *tw);
void DoEvents(void);
void DoEvents(EventRecord*);
void CloseAWindow(WindowPtr theWindow);
void HandleRemapping(unsigned char *ascii, Boolean *commanddown,
Boolean *controldown,Boolean *optiondown, unsigned char *code);//BUGG make it static

View File

@ -107,7 +107,7 @@ void main(void)
do { /* BYU - Do this forever */
UnloadSegments();
DoEvents();
DoEvents(NULL);
ssh2_sched();
if (!TelInfo->done) {
DoNetEvents();