emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Mon, 28 Aug 2006 12:03:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/08/28 12:03:22

Index: xdisp.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1115
retrieving revision 1.1116
diff -u -b -r1.1115 -r1.1116
--- xdisp.c     27 Aug 2006 22:23:07 -0000      1.1115
+++ xdisp.c     28 Aug 2006 12:03:22 -0000      1.1116
@@ -21213,6 +21213,7 @@
   /* Use normal cursor if not blinked off.  */
   if (!w->cursor_off_p)
     {
+#ifdef HAVE_WINDOW_SYSTEM
       if (glyph != NULL && glyph->type == IMAGE_GLYPH)
        {
          if (cursor_type == FILLED_BOX_CURSOR)
@@ -21238,6 +21239,7 @@
              cursor_type = HOLLOW_BOX_CURSOR;
            }
       }
+#endif
       return cursor_type;
     }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]