Re: [PATCH weston] compositor: Schedule repaint after assigning output.

2012-08-14 Thread Scott Moreau
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

Re: [PATCH weston] compositor: Schedule repaint after assigning output.

2012-08-14 Thread Kristian Høgsberg
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()

[PATCH weston] compositor: Schedule repaint after assigning output.

2012-08-14 Thread Scott Moreau
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