]> granicus.if.org Git - nethack/commitdiff
interim status support for X11 and gnome
authorcohrs <cohrs>
Wed, 26 Nov 2003 23:42:10 +0000 (23:42 +0000)
committercohrs <cohrs>
Wed, 26 Nov 2003 23:42:10 +0000 (23:42 +0000)
so these window ports can compile with STATUS_VIA_WINDOWPORT defined

win/X11/winX.c
win/gnome/gnbind.c

index 9805b9a4a0985554ffa70413966d17ad2484af18..80d4cf7205656baa9d721509e790c8a30c06ff91 100644 (file)
@@ -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",
index 108b3574eb230370fd6492fbc5198e12d78a1393..5b70362e30122822005935fc1e3484442da8b30e 100644 (file)
@@ -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 = {