mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-02 06:36:04 +00:00
Fix mouseif.c compilation, add to cmake build. (#289)
This commit is contained in:
@@ -103,7 +103,6 @@ SET(BAD_SRCS
|
|||||||
src/lpytab.c
|
src/lpytab.c
|
||||||
src/mnwevent.c
|
src/mnwevent.c
|
||||||
src/mnxmeth.c
|
src/mnxmeth.c
|
||||||
src/mouseif.c
|
|
||||||
src/picture.c
|
src/picture.c
|
||||||
src/rawcolor.c
|
src/rawcolor.c
|
||||||
src/rawrs232c.c
|
src/rawrs232c.c
|
||||||
@@ -183,6 +182,7 @@ SET(MAIKO_SRCS
|
|||||||
src/miscn.c
|
src/miscn.c
|
||||||
src/mkatom.c
|
src/mkatom.c
|
||||||
src/mkcell.c
|
src/mkcell.c
|
||||||
|
src/mouseif.c
|
||||||
src/mvs.c
|
src/mvs.c
|
||||||
src/osmsg.c
|
src/osmsg.c
|
||||||
src/perrno.c
|
src/perrno.c
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ extern void ThreeButtonHandler();
|
|||||||
extern void TwoButtonHandler();
|
extern void TwoButtonHandler();
|
||||||
#endif /* DOS */
|
#endif /* DOS */
|
||||||
|
|
||||||
|
#ifdef DOS
|
||||||
/*****************************************************************/
|
/*****************************************************************/
|
||||||
/* p r o b e m o u s e */
|
/* p r o b e m o u s e */
|
||||||
/* */
|
/* */
|
||||||
@@ -59,6 +60,7 @@ int probemouse() {
|
|||||||
return (regs.x.bx);
|
return (regs.x.bx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void make_mouse_instance(MouseInterface mouse)
|
void make_mouse_instance(MouseInterface mouse)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user