interim status support for X11 and gnome
so these window ports can compile with STATUS_VIA_WINDOWPORT defined
This commit is contained in:
@@ -99,6 +99,9 @@ static XtSignalId X11_sig_id;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* this is only needed until X11_status_* routines are written */
|
||||
extern NEARDATA winid WIN_STATUS;
|
||||
|
||||
/* Interface definition, for windows.c */
|
||||
struct window_procs X11_procs = {
|
||||
"X11",
|
||||
|
||||
@@ -19,6 +19,9 @@ winid WIN_WORN = WIN_ERR;
|
||||
extern void tty_raw_print(const char *);
|
||||
extern void tty_raw_print_bold(const char *);
|
||||
|
||||
/* this is only needed until gnome_status_* routines are written */
|
||||
extern NEARDATA winid WIN_STATUS;
|
||||
|
||||
|
||||
/* Interface definition, for windows.c */
|
||||
struct window_procs Gnome_procs = {
|
||||
|
||||
Reference in New Issue
Block a user