changeset 47990:5496c6832b8a

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Thu, 24 Oct 2002 19:57:38 +0000
parents 9a0bf4470a6b
children 29c0b05e2715
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Oct 24 08:18:43 2002 +0000
+++ b/src/ChangeLog	Thu Oct 24 19:57:38 2002 +0000
@@ -1,3 +1,13 @@
+2002-10-24  Kim F. Storm  <storm@cua.dk>
+
+	* xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
+	Callers changed (supply dummy arg).
+
+	* lisp.h (get_window_cursor_type): Update prototype.
+	
+	* w32term.c (x_display_and_set_cursor): Get active_cursor from
+	get_window_cursor_type to track system caret.
+
 2002-10-24  Kim F. Storm  <storm@cua.dk>
 
 	* process.c (Fformat_network_address): New function.