[PATCH app/fonttosfnt] Mark vsprintf_alloc as printf-like function

2018-10-30 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- Review this quickly please, we have another release coming up in 9 years time and I don't want to miss the merge window. util.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util.c b/util.c index 81c0489..5a23eeb 100644 --- a/util.c +++ b/util.c @@ -37,

[PATCH xserver] dix: do not send focus event when grab actually does not change

2018-10-30 Thread Samuel Thibault
c67f2eac5651 ("dix: always send focus event on grab change") made dix always sent events when it's a NotifyGrab or NotifyUngrab, even if from == to, because 'from' can just come from a previous XSetInputFocus call. However, when an application calls XGrabKeyboard several times on the same window,

Re: [RFC] Allow fd.o to join forces with X.Org

2018-10-30 Thread Wentland, Harry
On 2018-10-26 7:22 a.m., Daniel Vetter wrote: > On Fri, Oct 26, 2018 at 1:08 PM Daniel Stone wrote: >> >> Hi, >> >> On Fri, 26 Oct 2018 at 11:57, Daniel Vetter wrote: >>> On Fri, Oct 26, 2018 at 10:13:51AM +1000, Peter Hutterer wrote: On Wed, Oct 17, 2018 at 02:37:25PM +0200, Daniel Vetter w

Re: [RFC] Allow fd.o to join forces with X.Org

2018-10-30 Thread Daniel Vetter
On Mon, Oct 29, 2018 at 01:24:56PM +, Wentland, Harry wrote: > On 2018-10-26 7:22 a.m., Daniel Vetter wrote: > > On Fri, Oct 26, 2018 at 1:08 PM Daniel Stone wrote: > >> > >> Hi, > >> > >> On Fri, 26 Oct 2018 at 11:57, Daniel Vetter wrote: > >>> On Fri, Oct 26, 2018 at 10:13:51AM +1000, Peter