Re: [PATCH] compositor-x11: Flush xcb connection from x11_output_destroy()

2016-07-08 Thread Armin Krezović
On 04.07.2016 12:13, Pekka Paalanen wrote: > On Thu, 30 Jun 2016 06:29:00 +0200 > Armin Krezović wrote: > >> Current code flushes the connection when it receives >> a delete window request. This means that a destroyed >> window will remain available when X11 output gets >> removed differently (ie

Re: [PATCH] compositor-x11: Flush xcb connection from x11_output_destroy()

2016-07-04 Thread Pekka Paalanen
On Thu, 30 Jun 2016 06:29:00 +0200 Armin Krezović wrote: > Current code flushes the connection when it receives > a delete window request. This means that a destroyed > window will remain available when X11 output gets > removed differently (ie, from a testing module). > > Signed-off-by: Armin K

[PATCH] compositor-x11: Flush xcb connection from x11_output_destroy()

2016-06-29 Thread Armin Krezović
Current code flushes the connection when it receives a delete window request. This means that a destroyed window will remain available when X11 output gets removed differently (ie, from a testing module). Signed-off-by: Armin Krezović --- libweston/compositor-x11.c | 4 ++-- 1 file changed, 2 in