[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xterm.c
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/xterm.c |
Date: |
Thu, 24 Oct 2002 15:59:14 -0400 |
Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.756 emacs/src/xterm.c:1.757
*** emacs/src/xterm.c:1.756 Fri Oct 18 06:09:43 2002
--- emacs/src/xterm.c Thu Oct 24 15:59:14 2002
***************
*** 11802,11807 ****
--- 11802,11808 ----
struct frame *f = XFRAME (w->frame);
int new_cursor_type;
int new_cursor_width;
+ int active_cursor;
struct glyph_matrix *current_glyphs;
struct glyph_row *glyph_row;
struct glyph *glyph;
***************
*** 11835,11841 ****
xassert (interrupt_input_blocked);
/* Set new_cursor_type to the cursor we want to be displayed. */
! new_cursor_type = get_window_cursor_type (w, &new_cursor_width);
/* If cursor is currently being shown and we don't want it to be or
it is in the wrong place, or the cursor type is not what we want,
--- 11836,11842 ----
xassert (interrupt_input_blocked);
/* Set new_cursor_type to the cursor we want to be displayed. */
! new_cursor_type = get_window_cursor_type (w, &new_cursor_width,
&active_cursor);
/* If cursor is currently being shown and we don't want it to be or
it is in the wrong place, or the cursor type is not what we want,