X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.h;h=158bada9fbd0855d0ae94e17ab93eeae776cf1b4;hb=7112c9346e502b141b5a5d5c677856559ed347b2;hp=50f1bfbfdf403da2a908e54f26ddbeacdd5dfaaa;hpb=3f22e6a320cd1dba64700ca8f22f228176c663c2;p=xboard.git diff --git a/xboard.h b/xboard.h index 50f1bfb..158bada 100644 --- a/xboard.h +++ b/xboard.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -118,6 +118,8 @@ typedef struct { typedef int (*FileProc) P((FILE *f, int n, char *title)); void CatchDeleteWindow(Widget w, String procname); +extern Widget shells[]; +extern Boolean shellUp[]; #define TOPLEVEL 1 /* preference item; 1 = make popup windows toplevel */