[PATCH wayland] doc: Remove wayland-util.c from file list

2016-11-25 Thread Yong Bakos
From: Yong Bakos Documentation generation via doxygen includes wayland-util.c in its file list. Although functions are documented in wayland-util.h, doxygen is not automatically using the same documentation for functions in wayland-util.c. In addition, everything listed in the doxygen page for wa

Re: [PATCH wayland-protocols v7] text: Create second version of text input protocol

2016-11-25 Thread Silvan Jegen
On Wed, Oct 12, 2016 at 03:50:33PM -0700, Bryce Harrington wrote: > On Wed, Jul 06, 2016 at 12:26:28AM +0200, Jan Arne Petersen wrote: > > On Thu, Jun 9, 2016 at 1:01 PM Carlos Garnacho wrote: > > > > Hi Carlos, > > > > Thanks for the feedback. > > > > > > > > Chiming in, and kinda late at that

Re: KVM and Xen guest fail with cirrus emulated graphic card

2016-11-25 Thread Dario Faggioli
On Thu, 2016-11-24 at 12:16 +, Daniel Stone wrote: > Hi Dario, > Hi, > On 21 November 2016 at 16:55, Dario Faggioli > wrote: > >  > > There's not much information online, and what's there suggests that > > it > > may be due to the hw characteristics of Cirrus (e.g., the 24bpp > > thing), > >

Re: [PATCH] doc: remove duplicate entries from 'Functions' in api docs

2016-11-25 Thread Yong Bakos
Ah, > On Nov 25, 2016, at 8:12 AM, Yong Bakos wrote: > > Hi Frank, > >> On Nov 25, 2016, at 3:24 AM, Frank Jozsa wrote: >> >> Signed-off-by: Frank Jozsa > > Can you please explain the issue here and how this resolves it? I see the issue raised on IRC now. Will re-apply and try to review. B

Re: [PATCH] doc: remove duplicate entries from 'Functions' in api docs

2016-11-25 Thread Yong Bakos
Hi Frank, > On Nov 25, 2016, at 3:24 AM, Frank Jozsa wrote: > > Signed-off-by: Frank Jozsa Can you please explain the issue here and how this resolves it? I applied your patch but couldn't quickly discern the difference in the doxygen output. Was it to remove the "Functions" sections at the en

Re: [PATCH] Add a new wl_proxy_set_listener function

2016-11-25 Thread Pekka Paalanen
On Fri, 17 Jun 2016 13:38:25 +0300 Pekka Paalanen wrote: > On Sat, 19 Mar 2016 18:14:35 +0200 > Giulio Camuffo wrote: > > > The wl_proxy_add_listener function is ill-named, because it suggests > > that a proxy can have many listeners. Instead it can only have one so > > deprecate the old functi

Re: [PATCH weston v2 1/2] launcher: don't try to switch to the current vt

2016-11-25 Thread Pekka Paalanen
On Wed, 29 Jun 2016 11:57:11 +0200 Giulio Camuffo wrote: > Signed-off-by: Giulio Camuffo > --- > > v2: this was split from the following commit > > libweston/launcher-direct.c| 12 > libweston/launcher-impl.h | 1 + > libweston/launcher-logind.c| 8

Re: [PATCH weston v2 2/2] compositor: allow to control the vt switching

2016-11-25 Thread Pekka Paalanen
On Wed, 29 Jun 2016 11:57:12 +0200 Giulio Camuffo wrote: > A compositor may want to control the vt switching, for example to > ensure to have a lock screen before it. To enable that add a vfunc > that will be called when CTRL+ALT+FN is pressed. The default behavior > is to do the switching, but t

Re: array and enum attributes

2016-11-25 Thread Pekka Paalanen
On Fri, 29 Jul 2016 22:51:28 +0200 "Nils Chr. Brause" wrote: > Hi! > > On Fri, Jul 29, 2016 at 10:52 AM, Pekka Paalanen wrote: > > On Fri, 22 Jul 2016 21:39:20 +0200 > > "Nils Chr. Brause" wrote: > > > >> HI, > >> > >> On Thu, Jun 2, 2016 at 10:30 AM, Pekka Paalanen > >> wrote: > >> > On

[PATCH] doc: remove duplicate entries from 'Functions' in api docs

2016-11-25 Thread Frank Jozsa
Signed-off-by: Frank Jozsa --- doc/publican/doxygen-to-publican.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/publican/doxygen-to-publican.xsl b/doc/publican/doxygen-to-publican.xsl index e13dcd7..7a7cb72 100644 --- a/doc/publican/doxygen-to-publican.xsl +++ b/doc/p

Re: [PATCH weston 1/6] XWM: debug position on create_notify

2016-11-25 Thread Pekka Paalanen
On Thu, 24 Nov 2016 13:40:45 +0200 Pekka Paalanen wrote: > From: Pekka Paalanen > > Helps debugging X11 window positioning issues. > > Signed-off-by: Pekka Paalanen > --- > xwayland/window-manager.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/xwayland/window-m