amii_outrip,
genl_preference_update,
genl_getmsghistory,
- genl_putmsghistory
+ genl_putmsghistory,
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};
/* The view window layout uses the same function names so we can use
amii_outrip,
genl_preference_update,
genl_getmsghistory,
- genl_putmsghistory
+ genl_putmsghistory,
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};
unsigned short amii_initmap[ AMII_MAXCOLORS ];
genl_preference_update,
genl_getmsghistory,
genl_putmsghistory,
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};
/*macwin.c*/
mswin_preference_update,
genl_getmsghistory,
genl_putmsghistory,
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};
/*
$(INCL)\skills.h $(INCL)\onames.h $(INCL)\timeout.h \
$(INCL)\trap.h $(INCL)\flag.h $(INCL)\rm.h \
$(INCL)\vision.h $(INCL)\display.h $(INCL)\engrave.h \
- $(INCL)\rect.h $(INCL)\region.h $(INCL)\winprocs.h \
+ $(INCL)\rect.h $(INCL)\region.h $(INCL)\winprocs.h $(INCL)\botl.h \
$(INCL)\wintty.h $(INCL)\trampoli.h
LEV_H = $(INCL)\lev.h
genl_preference_update,
genl_getmsghistory,
genl_putmsghistory,
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};
extern "C" void play_usersound(const char* filename, int volume)
X11_preference_update,
genl_getmsghistory,
genl_putmsghistory,
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};
/*
Gem_preference_update,
genl_getmsghistory,
genl_putmsghistory
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};
#ifdef MAC
genl_preference_update,
genl_getmsghistory,
genl_putmsghistory,
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};
/*
extern char mapped_menu_cmds[]; /* from options.c */
+/* this is only needed until tty_status_* routines are written */
+extern NEARDATA winid WIN_STATUS;
+
/* Interface definition, for windows.c */
struct window_procs tty_procs = {
"tty",
#endif
tty_getmsghistory,
tty_putmsghistory,
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};
static int maxwin = 0; /* number of windows in use */
mswin_preference_update,
mswin_getmsghistory,
mswin_putmsghistory,
+#ifdef STATUS_VIA_WINDOWPORT
+ genl_status_init,
+ genl_status_finish,
+ genl_status_enablefield,
+ genl_status_update,
+#endif
};