]> code.delx.au - gnu-emacs/blobdiff - src/dispextern.h
(re_max_failures): Reduce to 8000.
[gnu-emacs] / src / dispextern.h
index d62797195ca159930237348247e5d213278b9ac9..500221d0b07853a732bf2c05f7bd16644a6d55a3 100644 (file)
@@ -15,7 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 #ifndef _DISPEXTERN_H_
 #define _DISPEXTERN_H_
@@ -32,6 +33,10 @@ extern int display_completed;
 #include "msdos.h"
 #endif
 
+#ifdef HAVE_NTGUI
+#include "win32.h"
+#endif
+
 #ifdef HAVE_FACES
 struct face
   {
@@ -127,7 +132,7 @@ struct frame_glyphs
        and should be deleted.  */
     int   *bufp;
 
-#ifdef HAVE_X_WINDOWS
+#ifdef HAVE_WINDOW_SYSTEM
     /* Pixel position of top left corner of line.  */
     short *top_left_x;
     short *top_left_y;
@@ -140,7 +145,7 @@ struct frame_glyphs
 
     /* Largest font ascent on this line.  */
     short *max_ascent;
-#endif /* HAVE_X_WINDOWS */
+#endif /* HAVE_WINDOW_SYSTEM */
 
     /* Mapping of coordinate pairs to buffer positions.
        This field holds a vector indexed by row number.