On Tue, Feb 03, 2015 at 02:01:31PM +, Daniel Stone wrote:
> On 27 January 2015 at 22:26, Derek Foreman wrote:
> > The input loop is actually dispatched in the middle of the frame repaint.
> > When the X11 event results in closing the compositor, this can cause the
> > current output to be dest
On 27 January 2015 at 22:26, Derek Foreman wrote:
> The input loop is actually dispatched in the middle of the frame repaint.
> When the X11 event results in closing the compositor, this can cause the
> current output to be destroyed just prior to trying to process animations
> on it.
>
> We fix t
The input loop is actually dispatched in the middle of the frame repaint.
When the X11 event results in closing the compositor, this can cause the
current output to be destroyed just prior to trying to process animations
on it.
We fix this by handling the window close event in an idle callback.
N