Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.63 emacs/src/macfns.c:1.64
*** emacs/src/macfns.c:1.63     Mon Jul  4 16:06:33 2005
--- emacs/src/macfns.c  Mon Jul 18 05:38:38 2005
***************
*** 1570,1578 ****
      {
        BLOCK_INPUT;
        /* Update frame's cursor_gc.  */
!       f->output_data.mac->cursor_gc->foreground = fore_pixel;
!       f->output_data.mac->cursor_gc->background = pixel;
! 
        UNBLOCK_INPUT;
  
        if (FRAME_VISIBLE_P (f))
--- 1570,1579 ----
      {
        BLOCK_INPUT;
        /* Update frame's cursor_gc.  */
!       XSetBackground (FRAME_MAC_DISPLAY (f),
!                     f->output_data.mac->cursor_gc, pixel);
!       XSetForeground (FRAME_MAC_DISPLAY (f),
!                     f->output_data.mac->cursor_gc, fore_pixel);
        UNBLOCK_INPUT;
  
        if (FRAME_VISIBLE_P (f))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to