emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Tue, 18 Mar 2003 18:46:21 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.145 emacs/src/dispextern.h:1.146
*** emacs/src/dispextern.h:1.145        Sun Mar 16 15:45:20 2003
--- emacs/src/dispextern.h      Tue Mar 18 18:46:21 2003
***************
*** 933,938 ****
--- 933,940 ----
    DRAW_IMAGE_SUNKEN
  };
  
+ #ifdef HAVE_WINDOW_SYSTEM
+ 
  /* A sequence of glyphs to be drawn in the same face.  */
  
  struct glyph_string
***************
*** 1050,1055 ****
--- 1052,1058 ----
    struct glyph_string *next, *prev;
  };
  
+ #endif /* HAVE_WINDOW_SYSTEM */
  
  
  /************************************************************************
***************
*** 2160,2165 ****
--- 2163,2170 ----
    void (*fix_overlapping_area) P_ ((struct window *w, struct glyph_row *row,
                                    enum glyph_row_area area));
  
+ #ifdef HAVE_WINDOW_SYSTEM
+ 
    /* Draw a fringe bitmap in window W of row ROW using parameters P.  */
    void (*draw_fringe_bitmap) P_ ((struct window *w, struct glyph_row *row,
                                  struct draw_fringe_bitmap_params *p));
***************
*** 2182,2187 ****
--- 2187,2193 ----
  /* Draw a glyph string S.  */
    void (*draw_glyph_string) P_ ((struct glyph_string *s));
  
+ #endif /* HAVE_WINDOW_SYSTEM */
  };
  
  /* The current interface for window-based redisplay.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]