Re: [PATCH 2/6] libweston: fbdev: support the --seat option, (and XDG_SEAT variable)

2017-09-26 Thread Pekka Paalanen
On Wed, 6 Sep 2017 08:17:19 -0400 nerdopolis wrote: > --- Hi, the commit message is missing a rationale and Signed-off-by. > compositor/main.c| 2 ++ > libweston/compositor-fbdev.c | 5 - > libweston/compositor-fbdev.h | 1 + > 3 files changed, 7 insertions(+), 1 deletion(-)

[PATCH 2/6] libweston: fbdev: support the --seat option, (and XDG_SEAT variable)

2017-09-06 Thread nerdopolis
--- compositor/main.c| 2 ++ libweston/compositor-fbdev.c | 5 - libweston/compositor-fbdev.h | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/compositor/main.c b/compositor/main.c index 61bda282..f88608cd 100644 --- a/compositor/main.c +++ b/compositor/main.c @

[PATCH 2/6] libweston: fbdev: support the --seat option, (and XDG_SEAT variable)

2017-09-05 Thread nerdopolis
--- compositor/main.c| 2 ++ libweston/compositor-fbdev.c | 5 - libweston/compositor-fbdev.h | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/compositor/main.c b/compositor/main.c index 61bda282..f88608cd 100644 --- a/compositor/main.c +++ b/compositor/main.c @