diff src/glyphs-x.h @ 114:8619ce7e4c50 r20-1b9

Import from CVS: tag r20-1b9
author cvs
date Mon, 13 Aug 2007 09:21:54 +0200
parents 131b0175ea99
children 6b37e6ddd302
line wrap: on
line diff
--- a/src/glyphs-x.h	Mon Aug 13 09:20:50 2007 +0200
+++ b/src/glyphs-x.h	Mon Aug 13 09:21:54 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_ */