[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macfns.c
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/src/macfns.c |
Date: |
Mon, 18 Jul 2005 01:38:38 -0400 |
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))