Re: [PATCH wayland] client: prevent using and creating proxies after an error occured

2014-08-22 Thread Marek Chalupa
On 22 August 2014 12:56, Pekka Paalanen wrote: > On Fri, 18 Jul 2014 17:56:36 +0200 > Marek Chalupa wrote: > > > We won't receive any response anyway... > > > > This removes the last line of: > > > > [2230782.435] wl_display@1.error(wl_display@1, 2, "no memory") > > wl_display@1: error 2: no mem

Re: [PATCH wayland] client: prevent using and creating proxies after an error occured

2014-08-22 Thread Pekka Paalanen
On Fri, 18 Jul 2014 17:56:36 +0200 Marek Chalupa wrote: > We won't receive any response anyway... > > This removes the last line of: > > [2230782.435] wl_display@1.error(wl_display@1, 2, "no memory") > wl_display@1: error 2: no memory > [2230782.534] -> wl_disp...@1.sync(new id wl_callback@3)

[PATCH wayland] client: prevent using and creating proxies after an error occured

2014-07-18 Thread Marek Chalupa
We won't receive any response anyway... This removes the last line of: [2230782.435] wl_display@1.error(wl_display@1, 2, "no memory") wl_display@1: error 2: no memory [2230782.534] -> wl_disp...@1.sync(new id wl_callback@3) and prevents from creating proxy on invalidated display object. --- sr