Re: [PATCH wayland-protocols] xdg-output: add a transform example for the logical size

2018-07-16 Thread Jonas Ã…dahl
On Mon, Jul 16, 2018 at 02:45:11PM -0400, Simon Ser wrote: > Hi Jonas, > > What do you think of this patch? Thanks. Merged after shortening the line: 65cc109..3f28298 master -> master Jonas > > Thanks, > > Simon > > On July 9, 2018 3:25 PM, Olivier Fourdan wrote: > > Hi, > > > > On Mo

Re: [PATCH wayland-protocols] xdg-output: add a transform example for the logical size

2018-07-16 Thread Simon Ser
Hi Jonas, What do you think of this patch? Thanks, Simon On July 9, 2018 3:25 PM, Olivier Fourdan wrote: > Hi, > > On Mon, 9 Jul 2018 at 11:09, Simon Ser wrote: > > > > Bump: this is the source of bugs in xwayland [1]. > > > > [1]: https://lists.x.org/archives/xorg-devel/2018-July/057285.html

[PATCH 0/2] Automatically build docs through GitLab CI

2018-07-16 Thread Matheus Santana
Hello! There is an issue for this: https://gitlab.freedesktop. org/wayland/wayland/issues/48 For now, this series builds wayland within the site's pipeline by cloning the repository and building everything just like in wayland's CI itself. Basically the same approach used for libinput's docs. We

[PATCH wayland 1/2] gitlab-ci: Trigger site's project pipeline

2018-07-16 Thread Matheus Santana
For automatically building and publishing docs. It'll be necessary to 1. create a pipeline trigger for the [site's project][trigger] 2. create a variable within [wayland's CI][envar] whose key is WAYLAND_FREEDESKTOP_ORG_PIPELINE_TRIGGER_TOKEN and value is the token created in previous step