Re: [RFC libinput] dox: switch to sphinx for the user-visible documentation

2018-07-25 Thread Peter Hutterer
On Tue, Jul 24, 2018 at 03:42:50PM +1000, Peter Hutterer wrote: > Sending this out as patch even though what really matters is the > output. Which is... here, tadaaa! > > https://people.freedesktop.org/~whot/libinput-rtd/ fwiw, I've played around with it a bit and updated the URL above. It now

Re: [RFC weston] clients: Don't attach a buffer if mouse cursor surface is unchanged

2018-07-25 Thread Jasper St. Pierre
Hi, >From IRC conversations with krh a long time ago, this is indeed intentional and the cursor surface should "lose its role" in modern parlance. The original intention was to prevent glitching of the cursor surface. e.g. If the left side of the surface has a resize left cursor, you leave, and

Re: [RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-07-25 Thread Derek Foreman
On 2018-07-14 09:46 AM, Daniel Stone wrote: > Hey Derek, > On Fri, 16 Feb 2018 at 16:55, Derek Foreman wrote: >> commit d94a8722cb29d8b897672be66ff3c9ff79eab6fe >> warned this was coming, back in 2013. >> >> I've seen libraries that have wayland client and server using functions >> in the same

RE: DRM page-flip with damage for weston

2018-07-25 Thread Deepak Singh Rawat
> > The damage region received during output repaint is in Weston's global > co-ordinate space. To shift to CRTC co-ordinates, you need to > translate the damage region by (-output->x, -output->y). When we are > using the renderer, there is no scaling, so CRTC co-ordinates and > framebuffer

Re: [PATCH wayland 1/2] build: Remove execinfo.h check

2018-07-25 Thread Derek Foreman
On 2018-07-21 06:13 AM, Daniel Stone wrote: > The check for the execinfo.h header is only advisory; the build will not > fail if it is not present, and set HAVE_EXECINFO_H if it is. The check > was added in commit 5cfdbef3d299 ("build: Allow disabling building of > wayland libraries") with no

Re: [PATCH wayland 2/2] build: Remove support for non-pkg-config Expat

2018-07-25 Thread Derek Foreman
On 2018-07-21 06:13 AM, Daniel Stone wrote: > The Expat XML library has shipped a pkg-config file for long enough to > be in Debian's oldstable (Jessie, April 2015) and Ubuntu's oldest > supported LTS (Trusty, 14.04). The pkg-config file was added in Expat > upstream's commit 352cfc8f59a7, in