/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

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

revision 1.756 by lektu, Fri Oct 18 10:09:43 2002 UTC revision 1.757 by kfstorm, Thu Oct 24 19:59:14 2002 UTC
# Line 11802  x_display_and_set_cursor (w, on, hpos, v Line 11802  x_display_and_set_cursor (w, on, hpos, v
11802    struct frame *f = XFRAME (w->frame);    struct frame *f = XFRAME (w->frame);
11803    int new_cursor_type;    int new_cursor_type;
11804    int new_cursor_width;    int new_cursor_width;
11805      int active_cursor;
11806    struct glyph_matrix *current_glyphs;    struct glyph_matrix *current_glyphs;
11807    struct glyph_row *glyph_row;    struct glyph_row *glyph_row;
11808    struct glyph *glyph;    struct glyph *glyph;
# Line 11835  x_display_and_set_cursor (w, on, hpos, v Line 11836  x_display_and_set_cursor (w, on, hpos, v
11836    xassert (interrupt_input_blocked);    xassert (interrupt_input_blocked);
11837    
11838    /* Set new_cursor_type to the cursor we want to be displayed.  */    /* Set new_cursor_type to the cursor we want to be displayed.  */
11839    new_cursor_type = get_window_cursor_type (w, &new_cursor_width);    new_cursor_type = get_window_cursor_type (w, &new_cursor_width, &active_cursor);
11840    
11841    /* If cursor is currently being shown and we don't want it to be or    /* If cursor is currently being shown and we don't want it to be or
11842       it is in the wrong place, or the cursor type is not what we want,       it is in the wrong place, or the cursor type is not what we want,

Legend:
Removed from v.1.756  
changed lines
  Added in v.1.757

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