Re: [PATCH] desktop-shell: destroy data before exiting.

2012-10-04 Thread Kristian Høgsberg
On Tue, Oct 02, 2012 at 09:12:35PM -0700, U. Artie Eoff wrote: > From: "U. Artie Eoff" > > desktop-shell never returned from display_run() since it > was essentially killed when weston exited. To fix this, > it is necessary to watch for EPOLLHUP in window.c so that > toytoolkit clients will retu

Re: [PATCH] desktop-shell: destroy data before exiting.

2012-10-02 Thread Pekka Paalanen
On Tue, 2 Oct 2012 21:12:35 -0700 "U. Artie Eoff" wrote: > From: "U. Artie Eoff" > > desktop-shell never returned from display_run() since it > was essentially killed when weston exited. To fix this, > it is necessary to watch for EPOLLHUP in window.c so that > toytoolkit clients will return

RE: [PATCH] desktop-shell: destroy data before exiting.

2012-10-02 Thread Eoff, Ullysses A
rg >Cc: Eoff, Ullysses A >Subject: [PATCH] desktop-shell: destroy data before exiting. > >From: "U. Artie Eoff" > >desktop-shell never returned from display_run() since it >was essentially killed when weston exited. To fix this, >it is necessary to watch for EPOLLHU

[PATCH] desktop-shell: destroy data before exiting.

2012-10-02 Thread U. Artie Eoff
From: "U. Artie Eoff" desktop-shell never returned from display_run() since it was essentially killed when weston exited. To fix this, it is necessary to watch for EPOLLHUP in window.c so that toytoolkit clients will return from display_run() when weston quits. This allows for clients to clean