comparison src/glyphs-x.h @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 1a767b41a199
children 8619ce7e4c50
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
70 #define XIMAGE_INSTANCE_X_PIXELS(i) \ 70 #define XIMAGE_INSTANCE_X_PIXELS(i) \
71 IMAGE_INSTANCE_X_PIXELS (XIMAGE_INSTANCE (i)) 71 IMAGE_INSTANCE_X_PIXELS (XIMAGE_INSTANCE (i))
72 #define XIMAGE_INSTANCE_X_NPIXELS(i) \ 72 #define XIMAGE_INSTANCE_X_NPIXELS(i) \
73 IMAGE_INSTANCE_X_NPIXELS (XIMAGE_INSTANCE (i)) 73 IMAGE_INSTANCE_X_NPIXELS (XIMAGE_INSTANCE (i))
74 74
75 /* Set to 1 if you wish to implement this feature */
76 # define HAVE_SUBWINDOWS 0
77 # if HAVE_SUBWINDOWS
78 /**************************************************************************** 75 /****************************************************************************
79 * Subwindow Object * 76 * Subwindow Object *
80 ****************************************************************************/ 77 ****************************************************************************/
81 78
82 DECLARE_LRECORD (subwindow, struct Lisp_Subwindow); 79 DECLARE_LRECORD (subwindow, struct Lisp_Subwindow);
96 unsigned int width, height; 93 unsigned int width, height;
97 Window subwindow; 94 Window subwindow;
98 95
99 int being_displayed; /* used to detect when needs to be unmapped */ 96 int being_displayed; /* used to detect when needs to be unmapped */
100 }; 97 };
101 # endif
102 98
103 #endif /* HAVE_X_WINDOWS */ 99 #endif /* HAVE_X_WINDOWS */
104 #endif /* _XEMACS_GLYPHS_X_H_ */ 100 #endif /* _XEMACS_GLYPHS_X_H_ */