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


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sat, 29 May 2004 20:27:32 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.891 emacs/src/xdisp.c:1.892
*** emacs/src/xdisp.c:1.891     Wed May 26 22:11:29 2004
--- emacs/src/xdisp.c   Sun May 30 00:18:36 2004
***************
*** 198,205 ****
  #endif
  #ifdef MAC_OS
  #include "macterm.h"
- 
- Cursor No_Cursor;
  #endif
  
  #ifndef FRAME_X_OUTPUT
--- 198,203 ----
***************
*** 20638,20648 ****
        cursor = FRAME_X_OUTPUT (f)->nontext_cursor;
      }
  
- #ifndef HAVE_CARBON
    if (cursor != No_Cursor)
- #else
-   if (bcmp (&cursor, &No_Cursor, sizeof (Cursor)))
- #endif
      rif->define_frame_cursor (f, cursor);
  }
  
--- 20636,20642 ----




reply via email to

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