/[emacs]/emacs/src/dispextern.h
ViewVC logotype

Diff of /emacs/src/dispextern.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.147 by kfstorm, Fri Mar 21 13:49:19 2003 UTC revision 1.148 by kfstorm, Fri Mar 21 21:47:46 2003 UTC
# Line 2258  struct redisplay_interface Line 2258  struct redisplay_interface
2258    void (*clear_frame_area) P_ ((struct frame *f, int x, int y,    void (*clear_frame_area) P_ ((struct frame *f, int x, int y,
2259                                  int width, int height));                                  int width, int height));
2260    
2261  /* Draw specified cursor NEW_CURSOR_TYPE of width NEW_CURSOR_WIDTH  /* Draw specified cursor CURSOR_TYPE of width CURSOR_WIDTH
2262     at row GLYPH_ROW on window W.  */     at row GLYPH_ROW on window W if ON_P is 1.  If ON_P is
2263       0, don't draw cursor.  If ACTIVE_P is 1, system caret
2264       should track this cursor (when applicable).  */
2265    void (*draw_window_cursor) P_ ((struct window *w,    void (*draw_window_cursor) P_ ((struct window *w,
2266                                    struct glyph_row *glyph_row,                                    struct glyph_row *glyph_row,
2267                                    int on, int x, int y,                                    int x, int y,
2268                                    int new_cursor_type,                                    int cursor_type, int cursor_width,
2269                                    int new_cursor_width));                                    int on_p, int active_p));
2270    
2271  /* Draw vertical border for window W from (X,Y0) to (X,Y1).  */  /* Draw vertical border for window W from (X,Y0) to (X,Y1).  */
2272    void (*draw_vertical_window_border) P_ ((struct window *w,    void (*draw_vertical_window_border) P_ ((struct window *w,

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26