Re: [Patch] Re: [awesome bugs] #578 - spurious mouse_enter events when hovering

2009-08-15 Thread Julien Danjou
At 1250273039 time_t, Uli Schlachter wrote: diff --git a/wibox.c b/wibox.c index 7220f6e..6ef1715 100644 --- a/wibox.c +++ b/wibox.c @@ -54,6 +54,9 @@ static void wibox_need_update(wibox_t *wibox) { wibox-need_update = true; +/* All out callers change the position of some

Re: [Patch] [awesome bugs] #578 - spurious mouse_enter events when hovering

2009-08-15 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Julien Danjou wrote: At 1250273039 time_t, Uli Schlachter wrote: diff --git a/wibox.c b/wibox.c index 7220f6e..6ef1715 100644 --- a/wibox.c +++ b/wibox.c @@ -54,6 +54,9 @@ static void wibox_need_update(wibox_t *wibox) {