emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More enhancements to fringe bitmaps.


From: YAMAMOTO Mitsuharu
Subject: Re: More enhancements to fringe bitmaps.
Date: Wed, 18 Feb 2004 11:32:36 +0900
User-agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On 17 Feb 2004 23:41:14 +0100, address@hidden (Kim F. Storm) said:

> That was a very helpful hint, thank you.  I have just installed a
> patch which I think will fix this.  Can you please test?

Still I see the hollow cursor in fringe.

  glyph = (glyph_row->cursor_in_fringe_p ? NULL
           : glyph_row->glyphs[TEXT_AREA] + hpos);

glyph_row->cursor_in_fringe_p above is not set at this stage; it will
be set in rif->draw_window_cursor, which is mac_draw_window_cursor in
the mac port, afterward.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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