summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-08-31 20:12:15 +0000
committerRichard M. Stallman <rms@gnu.org>1996-08-31 20:12:15 +0000
commitb4cd9201ce6c680f35975787b7508997a62ed1df (patch)
tree09323c3fc5364c81294a0e68f96781282c2b1da3 /src/xfns.c
parentd0c643a068fde4945d6a63ff963deca61f1cc85e (diff)
downloademacs-b4cd9201ce6c680f35975787b7508997a62ed1df.tar.gz
(x_set_cursor_color): Use x_update_cursor.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 524720f60a9..83076db0b2e 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1400,8 +1400,8 @@ x_set_cursor_color (f, arg, oldval)
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);
}
}
}