Signed-off-by: Bryce Harrington
---
protocol/wayland.xml |7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 8619e91..89edd83 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -1015,11 +1015,12 @@
Signed-off-by: Bryce Harrington
---
protocol/wayland.xml |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 99df9f9..575db27 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -584,7 +584,7 @@
T
Signed-off-by: Bryce Harrington
---
protocol/wayland.xml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 3cfa953..99df9f9 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -640,7 +640,7 @@
- Th
Signed-off-by: Bryce Harrington
---
protocol/wayland.xml |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 575db27..10367dc 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -909,9 +909,9 @@
Set a c
Signed-off-by: Bryce Harrington
---
protocol/wayland.xml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 10367dc..8619e91 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -953,7 +953,7 @@
Signed-off-by: Bryce Harrington
---
doc/publican/sources/Introduction.xml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/publican/sources/Introduction.xml
b/doc/publican/sources/Introduction.xml
index b3b89e7..7516c33 100644
--- a/doc/publican/sources/Introduction.xml
Signed-off-by: Bryce Harrington
---
clients/screenshot.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/screenshot.c b/clients/screenshot.c
index 1f73df6..7511ef7 100644
--- a/clients/screenshot.c
+++ b/clients/screenshot.c
@@ -249,7 +249,7 @@ int main(int argc, ch
Signed-off-by: Bryce Harrington
---
doc/publican/sources/Protocol.xml | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/publican/sources/Protocol.xml
b/doc/publican/sources/Protocol.xml
index 1a7a7da..33df6a9 100644
--- a/doc/publican/sources/Protocol.xml
+++ b
Signed-off-by: Bryce Harrington
---
src/wayland-client.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/wayland-client.c b/src/wayland-client.c
index 532d379..b5d9030 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -563,7 +563,7 @@ wl_displa
Signed-off-by: Bryce Harrington
---
doc/publican/sources/Foreword.xml | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/doc/publican/sources/Foreword.xml
b/doc/publican/sources/Foreword.xml
index eeb16cc..e6875a3 100644
--- a/doc/publican/sources/Foreword.xml
++
Noticed a few minor errors while going through the online wayland
documentation.
None of these changes should affect any code. I've avoided rewrapping
paragraphs for ease of review; it doesn't affect display at all. The
protocol changes only affect the textual descriptions, no api changes;
I've
Signed-off-by: Bryce Harrington
---
building.html |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/building.html b/building.html
index 1eed935..b56d4dd 100644
--- a/building.html
+++ b/building.html
@@ -153,7 +153,7 @@ pixman.
$ git clone git://git.sv.gnu.org/libunwind
---
That's a slightly nicer error message than breaking during configure.
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index f9f1c53..3ad1995 100644
--- a/configure.ac
+++ b/configure.ac
@@ -396,6 +396,8 @@ if test "x$have_lcms" = xyes; then
fi
On Thu, Aug 08, 2013 at 02:17:45PM -0700, Kristian Høgsberg wrote:
> On Tue, Aug 06, 2013 at 03:09:10PM +1000, Peter Hutterer wrote:
> > initgroups requires CAP_SETGID and may fail. If we're not actually
> > changing anything anyway we can just skip this and (most likely) fail later
> > when we don
On Thu, Aug 08, 2013 at 04:12:55PM -0700, Brian Lovin wrote:
> If fdopen() fails we just close the fd and return, failing
> the copy-and-paste.
That's nice, thanks.
Kristian
> Signed-off-by: Brian Lovin
> ---
> clients/terminal.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/cl
If fdopen() fails we just close the fd and return, failing
the copy-and-paste.
Signed-off-by: Brian Lovin
---
clients/terminal.c | 4
1 file changed, 4 insertions(+)
diff --git a/clients/terminal.c b/clients/terminal.c
index 1cc26d0..acf7b85 100644
--- a/clients/terminal.c
+++ b/clients/te
On Tue, Aug 06, 2013 at 03:09:10PM +1000, Peter Hutterer wrote:
> initgroups requires CAP_SETGID and may fail. If we're not actually
> changing anything anyway we can just skip this and (most likely) fail later
> when we don't have the required permissions to open something.
> ---
> Should arguably
On Tue, Aug 06, 2013 at 12:10:09PM +1000, Peter Hutterer wrote:
> The current code works if pw->pw_shell is bash because:
> "If the shell is started with the effective user (group) id not equal to
> the real user (group) id, and the -p option is not supplied, these actions
> are taken and the ef
On Wed, Aug 07, 2013 at 11:04:49AM +1000, Peter Hutterer wrote:
> ---
> src/evdev.c | 5 -
> 1 file changed, 4 insertions(+), 1 deletion(-)
I picked up the remaining patches from this series, thanks.
Kristian
> diff --git a/src/evdev.c b/src/evdev.c
> index 7bacbd9..ab35582 100644
> --- a/s
On Wed, Aug 07, 2013 at 04:33:20PM +1000, Peter Hutterer wrote:
> On Wed, Aug 07, 2013 at 07:46:43AM +0200, Daiki Ueno wrote:
> > Hi,
> >
> > Peter Hutterer writes:
> >
> > > AC_DEFUN([WAYLAND_SCANNER_RULES], [
> > > PKG_PROG_PKG_CONFIG
> > >
> > > +PKG_CHECK_MODULES([WAYLAND_SCANNER
On Thu, Aug 08, 2013 at 10:31:56AM +0200, Tomeu Vizoso wrote:
> ---
> src/wayland-server.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/wayland-server.c b/src/wayland-server.c
> index 1498d51..771309f 100644
> --- a/src/wayland-server.c
> +++ b/src/wayland-server.c
> @@ -746,6 +
On Thu, Aug 08, 2013 at 11:57:04AM +1000, Peter Hutterer wrote:
> Same as calloc(1, len).
> ---
> Feel free to squash this with the follow-up, I just kept it separately to
> make changes easier, the second one is just search/replace.
>
> shared/zalloc.h | 40 +
On Thu, Aug 08, 2013 at 12:03:08PM +1000, Peter Hutterer wrote:
> mtdev as currently used in weston is a noop. mtdev's purpose is to convert
> Protocol A devices (without ABS_MT_SLOT) to Protocol B devices (slots).
> For Protocol B devices mtdev merely routes the events, so checking for
> slots and
Hi Daniel,
- Original Message -
> From: "Daniel Stone"
> To: "Andrew Wedgbury"
> Cc: wayland-devel@lists.freedesktop.org
> Sent: Tuesday, 6 August, 2013 5:46:44 PM
> Subject: Re: Support for remote desktop systems
>
> Hi Andrew,
> Nice to hear from you. :)
>
> Unfortunately, the pretty
---
src/wayland-server.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 1498d51..771309f 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -746,6 +746,8 @@ wl_display_destroy(struct wl_display *display)
wl_list_for_each
_GNU_SOURCE is always true as of c228e23b055f54d29f2df, so
program_invocation_short_name is available.
---
clients/window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/window.c b/clients/window.c
index 9ec9786..cbf8bf5 100644
--- a/clients/window.c
+++ b/clients/win
---
src/tty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tty.c b/src/tty.c
index 07a9405..212deb0 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -174,7 +174,7 @@ tty_create(struct weston_compositor *compositor,
tty_vt_func_t vt_func,
if (tty->starting_vt != tty->vt
27 matches
Mail list logo