[PATCH] Introduce xcb_aux_alloc_shm() to create anonymous files in RAM

2018-04-10 Thread Alexander Volkov
... which then can be mapped with mmap(). It is intended to be used in conjunction with xcb_shm_attach_fd() to access the created shared memory from a client and the X server. Signed-off-by: Alexander Volkov --- configure.ac | 47 +

Re: [PATCH] render: Reset animated cursor timer when sprite changes.

2018-04-10 Thread Adam Jackson
On Tue, 2018-04-10 at 14:42 -0400, Adam Jackson wrote: > On Thu, 2017-08-31 at 05:19 -0700, Keith Packard wrote: > > m...@suse.com writes: > > > > > From: Michal Srb > > > > > > Previously the timer would not reset if the sprite changed and timer from > > > a > > > previous

Re: [PATCH xserver 01/15] dri3: annotate the dri3_screen_info data as const

2018-04-10 Thread Adam Jackson
On Mon, 2018-04-02 at 16:41 +0100, Emil Velikov wrote: > From: Emil Velikov > > dri3_screen_info is the user provide dispatch. Something that we do > not and should not change. Merged 1-4, 7-9, and 11-13: remote: E: failed to find patch for rev

Re: [PATCH] glx: Do not call into Composite if it is disabled.

2018-04-10 Thread Adam Jackson
On Wed, 2018-02-14 at 14:33 -0500, Adam Jackson wrote: > On Tue, 2018-02-13 at 10:33 +0100, Michal Srb wrote: > > Otherwise X server crashes if GLX is enabled and Composite disabled. For > > example the compIsAlternateVisual function will try to lookup CompScreenPtr > > using the

Re: [PATCH] render: Reset animated cursor timer when sprite changes.

2018-04-10 Thread Adam Jackson
On Thu, 2017-08-31 at 05:19 -0700, Keith Packard wrote: > m...@suse.com writes: > > > From: Michal Srb > > > > Previously the timer would not reset if the sprite changed and timer from a > > previous animated cursor was pending. That caused trouble with non-looped > > animated

Re: [PATCH] Xext: Fix memory leaks in hashtable.

2018-04-10 Thread Adam Jackson
On Tue, 2017-08-01 at 10:29 +0200, m...@suse.com wrote: > From: Michal Srb > > Do not forget to delete key and value of every item and the hashtable itself. Merged, thanks: remote: I: patch #169751 updated using rev 14be894b3f7976c133fc186e0e3c475606bab241. remote: I: 1

Re: [PATCH xserver] dix: always send focus event on grab change

2018-04-10 Thread Adam Jackson
On Tue, 2018-04-10 at 09:14 +1000, Peter Hutterer wrote: > On Mon, Apr 09, 2018 at 02:35:30PM +0200, Samuel Thibault wrote: > > Focus events are useless when 'from' and 'to' are the same. But when > > this is the result of a (Un)GrabKeyboard request, we should always send > > them, including when