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

Diff of /emacs/src/macfns.c

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

revision 1.63 by lute, Mon Jul 4 16:06:33 2005 UTC revision 1.64 by mituharu, Mon Jul 18 05:38:38 2005 UTC
# Line 1570  x_set_cursor_color (f, arg, oldval) Line 1570  x_set_cursor_color (f, arg, oldval)
1570      {      {
1571        BLOCK_INPUT;        BLOCK_INPUT;
1572        /* Update frame's cursor_gc.  */        /* Update frame's cursor_gc.  */
1573        f->output_data.mac->cursor_gc->foreground = fore_pixel;        XSetBackground (FRAME_MAC_DISPLAY (f),
1574        f->output_data.mac->cursor_gc->background = pixel;                        f->output_data.mac->cursor_gc, pixel);
1575          XSetForeground (FRAME_MAC_DISPLAY (f),
1576                          f->output_data.mac->cursor_gc, fore_pixel);
1577        UNBLOCK_INPUT;        UNBLOCK_INPUT;
1578    
1579        if (FRAME_VISIBLE_P (f))        if (FRAME_VISIBLE_P (f))

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

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