/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.891 by kfstorm, Wed May 26 22:11:29 2004 UTC revision 1.892 by tamm, Sun May 30 00:18:36 2004 UTC
# Line 198  Boston, MA 02111-1307, USA.  */ Line 198  Boston, MA 02111-1307, USA.  */
198  #endif  #endif
199  #ifdef MAC_OS  #ifdef MAC_OS
200  #include "macterm.h"  #include "macterm.h"
   
 Cursor No_Cursor;  
201  #endif  #endif
202    
203  #ifndef FRAME_X_OUTPUT  #ifndef FRAME_X_OUTPUT
# Line 20638  define_frame_cursor1 (f, cursor, pointer Line 20636  define_frame_cursor1 (f, cursor, pointer
20636          cursor = FRAME_X_OUTPUT (f)->nontext_cursor;          cursor = FRAME_X_OUTPUT (f)->nontext_cursor;
20637      }      }
20638    
 #ifndef HAVE_CARBON  
20639    if (cursor != No_Cursor)    if (cursor != No_Cursor)
 #else  
   if (bcmp (&cursor, &No_Cursor, sizeof (Cursor)))  
 #endif  
20640      rif->define_frame_cursor (f, cursor);      rif->define_frame_cursor (f, cursor);
20641  }  }
20642    

Legend:
Removed from v.1.891  
changed lines
  Added in v.1.892

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26