Mercurial > hg > xemacs-beta
diff src/glyphs-x.h @ 38:1a767b41a199 r19-15b102
Import from CVS: tag r19-15b102
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:01 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/src/glyphs-x.h Mon Aug 13 08:53:41 2007 +0200 +++ b/src/glyphs-x.h Mon Aug 13 08:54:01 2007 +0200 @@ -72,6 +72,9 @@ #define XIMAGE_INSTANCE_X_NPIXELS(i) \ IMAGE_INSTANCE_X_NPIXELS (XIMAGE_INSTANCE (i)) +/* Set to 1 if you wish to implement this feature */ +# define HAVE_SUBWINDOWS 0 +# if HAVE_SUBWINDOWS /**************************************************************************** * Subwindow Object * ****************************************************************************/ @@ -95,6 +98,7 @@ int being_displayed; /* used to detect when needs to be unmapped */ }; +# endif #endif /* HAVE_X_WINDOWS */ #endif /* _XEMACS_GLYPHS_X_H_ */