emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug in incremental undrawing of mouseover highlighting


From: Chong Yidong
Subject: Re: Bug in incremental undrawing of mouseover highlighting
Date: Wed, 22 Nov 2006 10:07:55 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>> + #ifdef HAVE_WINDOW_SYSTEM
>> +   if (dpyinfo && EQ (window, dpyinfo->mouse_face_window))
>> +     clear_mouse_face (dpyinfo);
>> + #endif
>> + 
>
> Are these #ifdef's really right?  The mouse highlight is supported not
> only in builds that define HAVE_WINDOW_SYSTEM.

note_mouse_highlight is only defined inside HAVE_WINDOW_SYSTEM.




reply via email to

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