Re: Broken enter-exit focus behavior in 1.5.3



On Wednesday 02 December 2009 07:50:10 sand blarg net wrote:
>         ((pointer-in)
>          (when (and (window-really-wants-input-p w))
>            (set-input-focus w)))

The "and" is of course superfluous now.

>         ((pointer-out)
>            (set-input-focus nil))

It is better to leave this as it was, continuing to ignore grab-induced 
LeaveNotify events.  Otherwise you will get funny effects from Qt menus 
at least.

-- 
	Timo Korvola		<URL:http://www.iki.fi/tkorvola>


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