Re: [PATCH libXdmcp] Fix compilation error when arc4random_buf is not available

2017-05-04 Thread Peter Hutterer
On Thu, May 04, 2017 at 11:12:13AM +0200, Benjamin Tissoires wrote: > Not sure how I missed that, but I did. > > Also rename emulate_getrandom_buf() into insecure_getrandom_buf() as > requested in the previous patch reviews. > > Last, getbits() expects an unsigned char, so remove the warning. >

[PATCH xserver] xfree86: up the path name size to 512 in xf86MatchDriverFromFiles

2017-05-04 Thread Peter Hutterer
./hw/xfree86/common/xf86pciBus.c: In function ‘xf86MatchDriverFromFiles’: ./hw/xfree86/common/xf86pciBus.c:1330:52: warning: ‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=] snprintf(path_name, sizeof(path_name), "%s/%s", ^~~ ./hw/xfree86/c

Re: [PATCH xwayland] xwayland: Unconditionally initialize lists in init_tablet_manager_seat()

2017-05-04 Thread Peter Hutterer
On Thu, May 04, 2017 at 06:04:31PM -0400, Lyude wrote: > In the event that xwayland gets launched on a wayland compositor that > doesn't yet have support for wp_tablet_manager, we end up skipping the > initialization of the lists. This is wrong, because regardless of > whether or not a tablet is pr

[PATCH xwayland] xwayland: Unconditionally initialize lists in init_tablet_manager_seat()

2017-05-04 Thread Lyude
In the event that xwayland gets launched on a wayland compositor that doesn't yet have support for wp_tablet_manager, we end up skipping the initialization of the lists. This is wrong, because regardless of whether or not a tablet is present we still attempt to traverse these lists later in xwl_set

Re: Proposal for RandR version 1.6, Leases and EDID-based output grabs

2017-05-04 Thread Keith Packard
Pekka Paalanen writes: > Ooh, a much much larger scope than I assumed. Nice. Well, it's more out of a sense of fear than future planning. If all we ever use it for is as a list of monitors that the desktop should ignore, that'd be fine. > That means you need an explicit key to denote HMDs. More

Re: [PATCH xserver 0/4] meson fixes

2017-05-04 Thread Adam Jackson
On Thu, 2017-05-04 at 13:46 +0100, Jon Turney wrote: > Jon Turney (4): >   meson: Test to build xserver_poll.c was inverted >   meson: Make xf86vidmode optional >   meson: Fix typoed filename >   meson: Fix typo in xephyr option description remote: I: patch #154545 updated using rev 3b3ce4a55b0c1

[PATCH xserver 0/4] meson fixes

2017-05-04 Thread Jon Turney
Jon Turney (4): meson: Test to build xserver_poll.c was inverted meson: Make xf86vidmode optional meson: Fix typoed filename meson: Fix typo in xephyr option description hw/xfree86/fbdevhw/meson.build | 2 +- include/meson.build| 2 +- meson.build| 3 ++- m

[PATCH xserver 2/4] meson: Make xf86vidmode optional

2017-05-04 Thread Jon Turney
Signed-off-by: Jon Turney --- include/meson.build | 2 +- meson.build | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/meson.build b/include/meson.build index a2f74ada9..761f158d7 100644 --- a/include/meson.build +++ b/include/meson.build @@ -162,7 +162,7 @@

[PATCH xserver 1/4] meson: Test to build xserver_poll.c was inverted

2017-05-04 Thread Jon Turney
Test to build xserver_poll.c was inverted compared to autoconf. Build xserver_poll.c if poll is missing. Signed-off-by: Jon Turney --- os/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/meson.build b/os/meson.build index e1741bb50..724e6d1a8 100644 --- a/os

[PATCH xserver 4/4] meson: Fix typo in xephyr option description

2017-05-04 Thread Jon Turney
Signed-off-by: Jon Turney --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index b89fdaa2c..a5d7de6f4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,7 @@ option('xorg', type: 'combo', choices: ['yes

[PATCH xserver 3/4] meson: Fix typoed filename

2017-05-04 Thread Jon Turney
Signed-off-by: Jon Turney --- hw/xfree86/fbdevhw/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/fbdevhw/meson.build b/hw/xfree86/fbdevhw/meson.build index 3cb841179..2f82e2d9f 100644 --- a/hw/xfree86/fbdevhw/meson.build +++ b/hw/xfree86/fbdevhw/meson.bu

[PATCH libXdmcp] Fix compilation error when arc4random_buf is not available

2017-05-04 Thread Benjamin Tissoires
Not sure how I missed that, but I did. Also rename emulate_getrandom_buf() into insecure_getrandom_buf() as requested in the previous patch reviews. Last, getbits() expects an unsigned char, so remove the warning. Signed-off-by: Benjamin Tissoires --- Obviously, I somehow even didn't compile th

Re: Proposal for RandR version 1.6, Leases and EDID-based output grabs

2017-05-04 Thread Pekka Paalanen
On Wed, 03 May 2017 19:04:38 -0700 Keith Packard wrote: > Pekka Paalanen writes: > > > do you mean to list all kinds of display devices in the database? I was > > assuming it would list only HMDs, so not in database would imply it's a > > normal display and good for extending the desktop to.