On Tue, Aug 14, 2012 at 8:09 AM, Kristian Høgsberg wrote:
> On Tue, Aug 14, 2012 at 03:51:40AM -0600, Scott Moreau wrote:
> > This fixes a bug exposed by 982387011ff where tooltips were not drawn
> while
> > the compositor is idle until the next output repaint.
> > ---
> >
> > Just schedule a repa
On Tue, Aug 14, 2012 at 03:51:40AM -0600, Scott Moreau wrote:
> This fixes a bug exposed by 982387011ff where tooltips were not drawn while
> the compositor is idle until the next output repaint.
> ---
>
> Just schedule a repaint instead of preemptively calling
> weston_surface_update_transform()
This fixes a bug exposed by 982387011ff where tooltips were not drawn while
the compositor is idle until the next output repaint.
---
Just schedule a repaint instead of preemptively calling
weston_surface_update_transform().
src/compositor.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/s