diff src/xfns.c @ 15999:0e148af7d4ec

(x_set_cursor_color): Use x_update_cursor.
author Richard M. Stallman <rms@gnu.org>
date Sat, 31 Aug 1996 20:12:15 +0000
parents ff30ec8aab54
children 737a86ba36d7
line wrap: on
line diff
--- a/src/xfns.c	Sat Aug 31 19:22:43 1996 +0000
+++ b/src/xfns.c	Sat Aug 31 20:12:15 1996 +0000
@@ -1400,8 +1400,8 @@
 
       if (FRAME_VISIBLE_P (f))
 	{
-	  x_display_cursor (f, 0);
-	  x_display_cursor (f, 1);
+	  x_update_cursor (f, 0);
+	  x_update_cursor (f, 1);
 	}
     }
 }