Re: [PATCH] simple-shm: Handle ping event.

2012-05-14 Thread Scott Moreau
On Mon, May 14, 2012 at 7:43 AM, Kristian Høgsberg wrote: > On Sat, May 12, 2012 at 11:57:42AM -0600, Scott Moreau wrote: > > Since simple-shm does not use toytoolkit, it needs to respond to ping > events so it is not deemed unresponsive. > > Thanks, applied. Can we do this for simple-egl too? >

Re: [PATCH] simple-shm: Handle ping event.

2012-05-14 Thread Scott Moreau
On Mon, May 14, 2012 at 7:43 AM, Kristian Høgsberg wrote: > On Sat, May 12, 2012 at 11:57:42AM -0600, Scott Moreau wrote: > > Since simple-shm does not use toytoolkit, it needs to respond to ping > events so it is not deemed unresponsive. > > Thanks, applied. Can we do this for simple-egl too? >

Re: [PATCH] simple-shm: Handle ping event.

2012-05-14 Thread Kristian Høgsberg
On Sat, May 12, 2012 at 11:57:42AM -0600, Scott Moreau wrote: > Since simple-shm does not use toytoolkit, it needs to respond to ping events > so it is not deemed unresponsive. Thanks, applied. Can we do this for simple-egl too? > --- > clients/simple-shm.c | 28

[PATCH] simple-shm: Handle ping event.

2012-05-12 Thread Scott Moreau
Since simple-shm does not use toytoolkit, it needs to respond to ping events so it is not deemed unresponsive. --- clients/simple-shm.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/clients/simple-shm.c b/clients/simple-shm.c index 16f718c..c