changeset 7308:7ad4cc8f0a92

(x_set_cursor_color): Fix typo.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 May 1994 03:28:38 +0000
parents cd81dba38a49
children beb9070c6fec
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Wed May 04 02:41:09 1994 +0000
+++ b/src/xfns.c	Wed May 04 03:28:38 1994 +0000
@@ -842,7 +842,7 @@
   /* Make sure that the cursor color differs from the background color.  */
   if (f->display.x->cursor_pixel == f->display.x->background_pixel)
     {
-      f->display.x->cursor_pixel == f->display.x->mouse_pixel;
+      f->display.x->cursor_pixel = f->display.x->mouse_pixel;
       if (f->display.x->cursor_pixel == fore_pixel)
 	fore_pixel = f->display.x->background_pixel;
     }