From xemacs-m  Wed Mar 19 03:19:43 1997
Received: from web2.ndsoft.com (root@web2.ndsoft.com [199.203.68.30])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id DAA23743
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 03:19:34 -0600 (CST)
Received: from romeo.ndsoft.com (romeo [194.90.171.61])
	by web2.ndsoft.com (8.8.5/8.8.5) with SMTP id LAA06786
	for <xemacs-beta@xemacs.org>; Wed, 19 Mar 1997 11:14:42 +0300
Received: from ndsoft.com (piccard) by romeo.ndsoft.com (4.1/SMI-4.1)
	id AA19135; Wed, 19 Mar 97 10:16:06 IST
Received: by ndsoft.com (4.1/SMI-4.1)
	id AA16451; Wed, 19 Mar 97 11:16:05 IDT
Date: Wed, 19 Mar 97 11:16:05 IDT
Message-Id: <9703190816.AA16451@ndsoft.com>
From: "Amir J. Katz" <amir@piccard.ndsoft.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org (XEmacs Beta List)
Subject: 19.15-b101 failure - SunOS 4.1.4/X11R5/GCC 2.7.2 - fixed
Reply-To: amir@ndsoft.com
X-Mailer: Emacs 19.14 XEmacs Lucid + VM 6.19
X-Face:  ##A>t)R3?k=s5sw'(<v}xy5K8i]2+gl@^A7,ZN.8v5,).3hzG^rRmob&I-^&2m>5K\s3KSk+iIbgHIrS_8k}#}MVff9#>t4r!a>yp<qFqhM>pweVJ!^S<@teMIaDDU(gXk!,)m]o|"X
X-Bogus-Quote: "

Here's a fix to the problem of unresolved symbil
'lrecord_subwindow'. Same as ij glyphs-x.c.


*** xemacs-19.15/src/glyphs-x.h.B101	Wed Mar 19 11:07:34 1997
--- xemacs-19.15/src/glyphs-x.h	Wed Mar 19 11:08:40 1997
***************
*** 33,38 ****
--- 33,41 ----
  #include "xintrinsic.h"
  #include "lwlib.h"
  
+ /* Set to 1 if you wish to implement this feature */
+ # define HAVE_SUBWINDOWS 0
+ 
  /****************************************************************************
   *                         Image-Instance Object                            *
   ****************************************************************************/
***************
*** 75,80 ****
--- 78,84 ----
  /****************************************************************************
   *                            Subwindow Object                              *
   ****************************************************************************/
+ #if HAVE_SUBWINDOWS
  
  DECLARE_LRECORD (subwindow, struct Lisp_Subwindow);
  #define XSUBWINDOW(x) XRECORD (x, subwindow, struct Lisp_Subwindow)
***************
*** 95,100 ****
--- 99,105 ----
  
    int being_displayed;		/* used to detect when needs to be unmapped */
  };
+ #endif /* HAVE_SUBWINDOWS */
  
  #endif /* HAVE_X_WINDOWS */
  #endif /* _XEMACS_GLYPHS_X_H_ */

-- 
/* Amir J. Katz  E-mail: amir@ndsoft.com   URL: http://www.ndsoft.com */
/* EagleEye Control Software, LTD., Tel-Aviv, Israel                  */
/* .. I busted a mirror and got seven years bad luck, but my        ..*/
/* .. lawyer thinks he can get me five.        (Steven Wright)      ..*/

