[PATCH weston] compositor: print usage to stdout on success (not stderr) - this time really

2018-06-11 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- sorry... compositor/main.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/compositor/main.c b/compositor/main.c index 93f92fdc..86e3782f 100644 --- a/compositor/main.c +++ b/compositor/main.c @@ -438,7 +438,9 @@ verify_xdg_

Re: [PATCH weston 3/3] compositor: print usage to stdout on success (not stderr)

2018-06-11 Thread Pekka Paalanen
On Mon, 11 Jun 2018 16:26:33 +0300 Pekka Paalanen wrote: > On Mon, 11 Jun 2018 09:57:06 +1000 > Peter Hutterer wrote: > > > Triggered by weston --help, the usage() output should not look like an > > error. > > > > Note that there is only one caller of usage() at the moment, but let's > > han

Re: [PATCH weston 3/3] compositor: print usage to stdout on success (not stderr)

2018-06-11 Thread Pekka Paalanen
On Mon, 11 Jun 2018 09:57:06 +1000 Peter Hutterer wrote: > Triggered by weston --help, the usage() output should not look like an error. > > Note that there is only one caller of usage() at the moment, but let's handle > this here based on the status in case we add other cases. > > https://gitl

Re: [PATCH weston 2/3] man: fix prefixes for weston.ini(5)

2018-06-11 Thread Pekka Paalanen
On Mon, 11 Jun 2018 09:57:05 +1000 Peter Hutterer wrote: > Replace a few hardcoded paths with the substitutes > > https://gitlab.freedesktop.org/wayland/weston/issues/105 > > Signed-off-by: Peter Hutterer > --- > Makefile.am| 2 ++ > man/weston.ini.man | 6 +++--- > 2 files changed, 5

Re: [PATCH weston] configure.ac: bump libdrm requirement to 2.4.68

2018-06-11 Thread Daniel Stone
Hi, On 11 June 2018 at 10:25, Pekka Paalanen wrote: > On Mon, 11 Jun 2018 09:29:49 +1000 > Peter Hutterer wrote: >> +PKG_CHECK_MODULES(LIBDRM, [libdrm >= 2.4.68], [], [AC_MSG_ERROR([ >> libdrm is a hard build-time dependency for libweston core, >> but a sufficient version was not fou

Re: [PATCH xserver] xwayland: add "tablet" into the tablet device names

2018-06-11 Thread Olivier Fourdan
On Mon, 11 Jun 2018 at 11:40, Peter Hutterer wrote: > On Mon, Jun 11, 2018 at 11:21:25AM +0200, Olivier Fourdan wrote: [...] > > > -pad->xdevice = add_device(pad->seat, "xwayland-pad", > > > +pad->xdevice = add_device(pad->seat, "xwayland-tablet-pad", > > > > Previous ones used a space, he

Re: [PATCH xserver] xwayland: add "tablet" into the tablet device names

2018-06-11 Thread Peter Hutterer
On Mon, Jun 11, 2018 at 11:21:25AM +0200, Olivier Fourdan wrote: > Hi Peter, > On Mon, 11 Jun 2018 at 01:12, Peter Hutterer wrote: > > > > Changes the device name from "xwayland-stylus" to "xwayland-tablet stylus". > > This doesn't fully address #26 but it goes a little step into making it more >

Re: [PATCH weston] configure.ac: bump libdrm requirement to 2.4.68

2018-06-11 Thread Pekka Paalanen
On Mon, 11 Jun 2018 09:29:49 +1000 Peter Hutterer wrote: > Had a stale libdrm sitting around which gave me errors, both fixed with the > .68 version. > > libweston/pixel-formats.c:291:13: error: ‘DRM_FORMAT_NV24’ undeclared here > (not in a function); did you mean ‘DRM_FORMAT_NV21’? >.format

Re: [PATCH xserver] xwayland: add "tablet" into the tablet device names

2018-06-11 Thread Olivier Fourdan
Hi Peter, On Mon, 11 Jun 2018 at 01:12, Peter Hutterer wrote: > > Changes the device name from "xwayland-stylus" to "xwayland-tablet stylus". > This doesn't fully address #26 but it goes a little step into making it more > human-readable. > > https://gitlab.freedesktop.org/wayland/wayland/issues/2

Re: [PATCH weston] doc: Update for GitLab migration

2018-06-11 Thread Pekka Paalanen
On Sat, 9 Jun 2018 00:51:06 +0100 Daniel Stone wrote: > Update issue report and build instruction URLs for moving to GitLab, and > for everything having been HTTPS-only for quite some time. > > Signed-off-by: Daniel Stone > --- > README | 4 ++-- > configure.ac | 4 ++-- > 2 files chang

Re: [PATCH wayland] doc: Update URLs for GitLab transition

2018-06-11 Thread Pekka Paalanen
On Sat, 9 Jun 2018 00:49:33 +0100 Daniel Stone wrote: > Update bug and Git URLs for GitLab; the site has also been served over > HTTPS for quite some time. > > Signed-off-by: Daniel Stone > --- > README | 4 ++-- > configure.ac | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-

Re: [PATCH wayland-protocols v6] unstable: add xdg-decoration protocol

2018-06-11 Thread Simon Ser
Hi Jonas, Any news about this? Thanks, --- Simon Ser https://emersion.fr On June 4, 2018 9:11 AM, Simon Ser wrote: > Hi Jonas, > > Did you have the chance to have a look at this version? > > Thanks, > --- > Simon Ser > https://emersion.fr > > On May 28, 2018 8:04 AM, Simon Ser wrote: > > Hi J

Re: is there any way to identificate the "wl_display" from server and client?

2018-06-11 Thread Pekka Paalanen
On Mon, 11 Jun 2018 15:54:17 +0800 (CST) tugouxp <13824125...@163.com> wrote: > hi folks: >both the client and server has structure wl_display object, is > there any way to identificate the "wl_display" from the two? Hi, what do you mean by "identificate"? Where would you need this? If you

is there any way to identificate the "wl_display" from server and client?

2018-06-11 Thread tugouxp
hi folks: both the client and server has structure wl_display object, is there any way to identificate the "wl_display" from the two? thanks for your kindly suppor.t ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https: