Re: [PATCH 4/6 weston] clients: desktop-shell: show tooltip for panel items

2012-05-21 Thread Kristian Høgsberg
On Mon, May 21, 2012 at 04:47:48PM +0300, Tiago Vignatti wrote: > A timer is set whenever there's pointer motion inside a panel launcher item; > if the pointer stills inside the item after stopped for 500ms, then tooltip > shows up. I think most of this should be part of the tooltip code in window

[PATCH 4/6 weston] clients: desktop-shell: show tooltip for panel items

2012-05-21 Thread Tiago Vignatti
A timer is set whenever there's pointer motion inside a panel launcher item; if the pointer stills inside the item after stopped for 500ms, then tooltip shows up. Signed-off-by: Tiago Vignatti --- clients/desktop-shell.c | 81 +++ 1 file changed, 81