Re: Wayland web typo fix

2012-09-13 Thread Diego Viola
Here another fix for a typo: https://github.com/diegoviola/wayland/commit/e7b764d7bc0e6f58c05d339b4417cc6396dad745 Thanks soreau_ On Wed, Sep 12, 2012 at 11:37 PM, Diego Viola diego.vi...@gmail.com wrote: Krh, I've found more typos, fix here:

Re: Wayland web typo fix

2012-09-13 Thread Diego Viola
Sorry for sending the last email with the same subject. The last typo was for the wayland repository, not wayland-web. Diego On Thu, Sep 13, 2012 at 12:13 AM, Diego Viola diego.vi...@gmail.com wrote: Here another fix for a typo:

compositor-android: should output be added to compositor one step before

2012-09-13 Thread Abhijit Potnis
Hello Pekka, In compositor-android.c , Should we be calling android_compositor_add_output() before gles2_renderer_init(), or else wouldn't op in gles-renderer_init get assigned a junk value. --- src/compositor-android.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH weston] man: weston --xserver has been replaced

2012-09-13 Thread Pekka Paalanen
The generic module loading must be used now to load xserver.so. Option --xserver was removed by a6813d28876423b388cce3ff6d7edab7b9de0f20. Signed-off-by: Pekka Paalanen ppaala...@gmail.com --- man/weston.man | 36 +--- 1 files changed, 21 insertions(+), 15

Re: compositor-android: should output be added to compositor one step before

2012-09-13 Thread Abhijit Potnis
Hello Kristian, The complete Patch. --- From 8e1adf2e8024e2ef804df2d1b8b1cfd49c91186f Mon Sep 17 00:00:00 2001 From: Abhijit Potnis abhijitpot...@gmail.com Date: Thu, 13 Sep 2012 12:32:55 +0530

Module init ordering (Re: [PATCH weston] man: weston --xserver has been replaced)

2012-09-13 Thread Pekka Paalanen
On Thu, 13 Sep 2012 13:46:27 +0300 Pekka Paalanen ppaala...@gmail.com wrote: The generic module loading must be used now to load xserver.so. Option --xserver was removed by a6813d28876423b388cce3ff6d7edab7b9de0f20. Hi Kristian, related to the above-mentioned change, the module loading order

Re: [PATCH v2 00/17] Improved text protocol, editor and keyboard examples

2012-09-13 Thread Jan Arne Petersen
On 09/13/2012 04:09 PM, Jan Arne Petersen wrote: On 09/12/2012 11:38 PM, Kristian Høgsberg wrote: The series looks good to me and I've commited it as is. I did wonder about a couple of things in the text protocol though: - The text_model.key event introduces keysym in the protocol and

new xwayland protocol

2012-09-13 Thread Tiago Vignatti
Guys, here's the smoke signal for the new xwayland private protocol I've been working on. There are about 30 commits on all the repositories; let me know if there's a better way to organize this eventually: http://cgit.freedesktop.org/~vignatti/wayland/log/?h=xwm-client

Re: compositor-android: should output be added to compositor one step before

2012-09-13 Thread Kristian Høgsberg
On Thu, Sep 13, 2012 at 12:46:33PM +0300, Pekka Paalanen wrote: On Thu, 13 Sep 2012 00:18:52 -0700 Abhijit Potnis abhijitpot...@gmail.com wrote: Hello Pekka, In compositor-android.c , Should we be calling android_compositor_add_output() before gles2_renderer_init(), or else wouldn't

Re: new xwayland protocol

2012-09-13 Thread Bill Spitzak
Tiago Vignatti wrote: It features ... forwarding global coordinates to X I don't like the idea that X clients are privileged to get this information, while real Wayland clients can't get it. What is going to happen is Wayland clients are going to use the X api just to get this

Re: [PATCH] text: Improve text protocol documentation

2012-09-13 Thread Kristian Høgsberg
On Thu, Sep 13, 2012 at 12:55:14AM +0200, Jan Arne Petersen wrote: From: Jan Arne Petersen jpeter...@openismus.com Add some missing descriptions to the text protocol file. Thanks, that looks better. Kristian --- protocol/text.xml | 35 --- 1 file changed,