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: Fri, 21 Mar 2003 16:47:46 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.147 emacs/src/dispextern.h:1.148
*** emacs/src/dispextern.h:1.147        Fri Mar 21 08:49:19 2003
--- emacs/src/dispextern.h      Fri Mar 21 16:47:46 2003
***************
*** 2258,2270 ****
    void (*clear_frame_area) P_ ((struct frame *f, int x, int y,
                                int width, int height));
  
! /* Draw specified cursor NEW_CURSOR_TYPE of width NEW_CURSOR_WIDTH
!    at row GLYPH_ROW on window W.  */
    void (*draw_window_cursor) P_ ((struct window *w,
                                  struct glyph_row *glyph_row,
!                                 int on, int x, int y,
!                                 int new_cursor_type,
!                                 int new_cursor_width));
  
  /* Draw vertical border for window W from (X,Y0) to (X,Y1).  */
    void (*draw_vertical_window_border) P_ ((struct window *w,
--- 2258,2272 ----
    void (*clear_frame_area) P_ ((struct frame *f, int x, int y,
                                int width, int height));
  
! /* Draw specified cursor CURSOR_TYPE of width CURSOR_WIDTH
!    at row GLYPH_ROW on window W if ON_P is 1.  If ON_P is
!    0, don't draw cursor.  If ACTIVE_P is 1, system caret
!    should track this cursor (when applicable).  */
    void (*draw_window_cursor) P_ ((struct window *w,
                                  struct glyph_row *glyph_row,
!                                 int x, int y,
!                                 int cursor_type, int cursor_width,
!                                 int on_p, int active_p));
  
  /* Draw vertical border for window W from (X,Y0) to (X,Y1).  */
    void (*draw_vertical_window_border) P_ ((struct window *w,




reply via email to

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