From 43664aa31011ca74366b7d6ae6bf05257cd3126f Mon Sep 17 00:00:00 2001 From: cohrs Date: Wed, 26 Nov 2003 23:42:10 +0000 Subject: [PATCH] interim status support for X11 and gnome so these window ports can compile with STATUS_VIA_WINDOWPORT defined --- win/X11/winX.c | 3 +++ win/gnome/gnbind.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/win/X11/winX.c b/win/X11/winX.c index 9805b9a4a..80d4cf720 100644 --- a/win/X11/winX.c +++ b/win/X11/winX.c @@ -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", diff --git a/win/gnome/gnbind.c b/win/gnome/gnbind.c index 108b3574e..5b70362e3 100644 --- a/win/gnome/gnbind.c +++ b/win/gnome/gnbind.c @@ -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 = {