[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macterm.c
From: |
Kim F. Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/macterm.c |
Date: |
Thu, 24 Oct 2002 15:58:58 -0400 |
Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.23 emacs/src/macterm.c:1.24
*** emacs/src/macterm.c:1.23 Thu Oct 10 18:05:02 2002
--- emacs/src/macterm.c Thu Oct 24 15:58:58 2002
***************
*** 9298,9303 ****
--- 9298,9304 ----
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;
***************
*** 9331,9337 ****
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
--- 9332,9338 ----
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
- [Emacs-diffs] Changes to emacs/src/macterm.c,
Kim F. Storm <=