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.
>
./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
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
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
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
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
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
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 @@
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
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
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
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
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.
13 matches
Mail list logo