Re: [PATCH 2/7] fbdev: open launcher only once

2013-10-15 Thread Kristian Høgsberg
On Tue, Oct 15, 2013 at 02:29:57PM +0200, David Herrmann wrote: > We currently call launcher_connect() twice, which is redundant and > amazingly works (ugh?). Fix this and connect only once to the launcher. > --- > src/compositor-fbdev.c | 12 ++-- > 1 file changed, 2 insertions(+), 10 del

[PATCH 2/7] fbdev: open launcher only once

2013-10-15 Thread David Herrmann
We currently call launcher_connect() twice, which is redundant and amazingly works (ugh?). Fix this and connect only once to the launcher. --- src/compositor-fbdev.c | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/compositor-fbdev.c b/src/compositor-fbdev.c in