Re: [PATCH 1/3] wayland: Add wl_output name event

2014-03-18 Thread Bryce W. Harrington
On Mon, Mar 17, 2014 at 11:34:50AM +0800, Quanxian Wang wrote: 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 output. Signed-off-by: Quanxian Wang

Re: [PATCH 1/3] wayland: Add wl_output name event

2014-03-18 Thread Jason Ekstrand
On Mar 18, 2014 2:09 PM, Bryce W. Harrington b.harring...@samsung.com wrote: On Mon, Mar 17, 2014 at 11:34:50AM +0800, Quanxian Wang wrote: 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

RE: [PATCH 1/3] wayland: Add wl_output name event

2014-03-18 Thread Wang, Quanxian
-Original Message- From: Bryce W. Harrington [mailto:b.harring...@samsung.com] Sent: Wednesday, March 19, 2014 3:09 AM To: Wang, Quanxian Cc: wayland-devel@lists.freedesktop.org; ja...@jlekstrand.net Subject: Re: [PATCH 1/3] wayland: Add wl_output name event On Mon, Mar 17, 2014 at 11

Re: [PATCH 1/3] wayland: Add wl_output name event

2014-03-18 Thread Bryce W. Harrington
On Wed, Mar 19, 2014 at 01:54:13AM +, Wang, Quanxian wrote: [Wang, Quanxian] Thanks Bryce. I glanced at the other patches and they look technically correct, but I think what might be missing here is a stronger justification about why this is needed? [Wang, Quanxian] name is one property

RE: [PATCH 1/3] wayland: Add wl_output name event

2014-03-18 Thread Wang, Quanxian
-Original Message- From: Bryce W. Harrington [mailto:b.harring...@samsung.com] Sent: Wednesday, March 19, 2014 10:01 AM To: Wang, Quanxian Cc: wayland-devel@lists.freedesktop.org; ja...@jlekstrand.net Subject: Re: [PATCH 1/3] wayland: Add wl_output name event On Wed, Mar 19, 2014 at 01

[PATCH 1/3] wayland: Add wl_output name event

2014-03-18 Thread Quanxian Wang
This event contains a human-readable name of output. It may be sent after binding the output object. It is intended that the client can use this output name as a parameter or display it in logs. For example, in weston randr application, output name can be a parameter in command line to stand for

Re: [PATCH 1/3] wayland: Add wl_output name event

2014-03-15 Thread Jason Ekstrand
On Mar 13, 2014 9:12 PM, Quanxian Wang quanxian.w...@intel.com wrote: 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

[PATCH 1/3] wayland: Add wl_output name event

2014-03-13 Thread Quanxian Wang
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 quanxian.w...@intel.com --- protocol/wayland.xml | 11 +++ 1 file changed, 11