Re: [PATCH xserver] xwayland: restrict present cleanup to presenting and top parent window

2018-04-30 Thread Adam Jackson
On Fri, 2018-04-20 at 17:07 +0200, Roman Gilg wrote: > Clean up only if the request points to the presenting window or its top > parent window. > > Since in this case all events are removed unconditionally, always stop > the timer. > > Signed-off-by: Roman Gilg Merged,

[PATCH xserver] xwayland: restrict present cleanup to presenting and top parent window

2018-04-20 Thread Roman Gilg
Clean up only if the request points to the presenting window or its top parent window. Since in this case all events are removed unconditionally, always stop the timer. Signed-off-by: Roman Gilg --- hw/xwayland/xwayland-present.c | 16 1 file changed, 8