1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 07:54:13 +00:00

Fix mouseif.c compilation, add to cmake build. (#289)

This commit is contained in:
Bruce Mitchener 2021-01-25 12:27:03 +07:00 committed by GitHub
parent 6428e64d69
commit 33a648bd2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -103,7 +103,6 @@ SET(BAD_SRCS
src/lpytab.c
src/mnwevent.c
src/mnxmeth.c
src/mouseif.c
src/picture.c
src/rawcolor.c
src/rawrs232c.c
@ -183,6 +182,7 @@ SET(MAIKO_SRCS
src/miscn.c
src/mkatom.c
src/mkcell.c
src/mouseif.c
src/mvs.c
src/osmsg.c
src/perrno.c

View File

@ -37,6 +37,7 @@ extern void ThreeButtonHandler();
extern void TwoButtonHandler();
#endif /* DOS */
#ifdef DOS
/*****************************************************************/
/* p r o b e m o u s e */
/* */
@ -59,6 +60,7 @@ int probemouse() {
return (regs.x.bx);
}
}
#endif
void make_mouse_instance(MouseInterface mouse)
{