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 ullysses.a.e...@intel.com 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

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

2012-10-02 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com 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

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

2012-10-02 Thread Eoff, Ullysses A
, Ullysses A Subject: [PATCH] desktop-shell: destroy data before exiting. From: U. Artie Eoff ullysses.a.e...@intel.com 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

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 ullysses.a.e...@intel.com wrote: From: U. Artie Eoff ullysses.a.e...@intel.com 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