With protocol of wl_output version 2, after the output change,
it should send done event to all clients bound with it.
Signed-off-by: Quanxian Wang
---
src/compositor.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/compositor.c b/src/compositor.c
index 7c29d51..98a
>-Original Message-
>From: Bryce W. Harrington [mailto:b.harring...@samsung.com]
>Sent: Friday, March 14, 2014 10:44 AM
>To: Wang, Quanxian
>Cc: wayland-devel@lists.freedesktop.org; ppaala...@gmail.com
>Subject: Re: [PATCH 2/3] weston:Add wl_output name event
>
>On Fri, Mar 14, 2014 at 10
>-Original Message-
>From: Bryce W. Harrington [mailto:b.harring...@samsung.com]
>Sent: Friday, March 14, 2014 10:19 AM
>To: Wang, Quanxian
>Cc: wayland-devel@lists.freedesktop.org
>Subject: Re: [PATCH] weston: Send done event with version 2 of wl_output
>
>On Fri, Mar 14, 2014 at 09:16:2
Objective:
With discussion in mail list, currently we have an agreement. Randr interfaces
will not be exposed public.
The objective will be only for testing and configuration. Thanks Pq, Jason,
Jasper, Hardening, and other's comment.
Before sending the email, the function list below is implement
On Fri, Mar 14, 2014 at 10:27:05AM +0800, Quanxian Wang wrote:
> Signed-off-by: Quanxian Wang
> ---
> src/compositor.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/src/compositor.c b/src/compositor.c
> index 98a4f6f..8e8964b 100644
> --- a/src/compositor.c
> +++ b/src/compositor.c
From: magc...@gmail.com [mailto:magc...@gmail.com] On Behalf Of Jasper St.
Pierre
Sent: Monday, March 10, 2014 10:42 AM
To: Wang, Quanxian
Cc: Hardening; wayland-devel@lists.freedesktop.org; Zhang, Xiong Y; Pekka
Paalanen; Matthias Clasen; Jason Ekstrand
Subject: Re: [PATCH 1/6] Add weston rand
On Fri, Mar 14, 2014 at 09:16:25AM +0800, Quanxian Wang wrote:
> With protocol of wl_output version 2, after the output change,
> it should send done event to all clients bount with it.
bound?
>
> Signed-off-by: Quanxian Wang
> ---
> src/compositor.c | 6 +-
> 1 file changed, 5 insertions(
Signed-off-by: Quanxian Wang
---
src/compositor.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/compositor.c b/src/compositor.c
index 98a4f6f..8e8964b 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -3045,6 +3045,9 @@ bind_output(struct wl_client *client,
}
This event contains name of output. It may be sent after
binding the output object. It is intended that client could
input a character output name as a parameter or for log info.
Mainly for client, provide a sensible character name
instead of object.
Quanxian Wang (3):
wayland: Add wl_output na
Signed-off-by: Quanxian Wang
---
clients/desktop-shell.c | 10 +-
clients/window.c| 10 +-
2 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index a0c6b6d..cefe936 100644
--- a/clients/desktop-shell.c
+++ b/cl
This event contains name of output. It may be sent after
binding the output object. It is intended that client could
input a character output name as a parameter or for log info.
Signed-off-by: Quanxian Wang
---
protocol/wayland.xml | 11 +++
1 file changed, 11 insertions(+)
diff --git
With protocol of wl_output version 2, after the output change,
it should send done event to all clients bount with it.
Signed-off-by: Quanxian Wang
---
src/compositor.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/compositor.c b/src/compositor.c
index 7c29d51..98a
On Thu, Mar 13, 2014 at 3:12 PM, Bill Spitzak wrote:
> John Kåre Alsaker wrote:
>
>> On Wed, Mar 12, 2014 at 7:32 PM, Bill Spitzak wrote:
>>
>>> Isn't Wayland differentiating between the "selection" and the clipboard?
>>>
>> It is not doing that at the moment. Only explicit clipboard actions
>>
John Kåre Alsaker wrote:
On Wed, Mar 12, 2014 at 7:32 PM, Bill Spitzak wrote:
Isn't Wayland differentiating between the "selection" and the clipboard?
It is not doing that at the moment. Only explicit clipboard actions
are supposed to be used.
The selection is changed when the user selects
On Wed, Mar 12, 2014 at 7:32 PM, Bill Spitzak wrote:
> Isn't Wayland differentiating between the "selection" and the clipboard?
It is not doing that at the moment. Only explicit clipboard actions
are supposed to be used.
>
> The selection is changed when the user selects an object.The clipboard i
Kristian Høgsberg writes:
> Thanks Neil, series applied to mesa and weston.
Great, thanks!
I've reposted the piglit patch to the piglit list in case someone wants
to review it there.
Regards,
- Neil
___
wayland-devel mailing list
wayland-devel@lists.
On Wed, 12 Mar 2014 23:46:35 +0900
Nobuhiko Tanibata wrote:
> Signed-off-by: Nobuhiko Tanibata
> ---
>
> Changes for v2:
>- gl_renderer_read_shmbuffer_pixels to support different types of format of
> shmbuffer.
>
> src/compositor.h | 3 ++
> src/gl-renderer.c | 114
>
17 matches
Mail list logo