Re: [PATCH 2/2] Fix for full and semi-transparency under negative image.

2014-04-20 Thread walter harms
Am 19.04.2014 19:55, schrieb Mattias Andrée: --- hw/xfree86/modes/xf86Cursors.c | 49 +++--- 1 file changed, 37 insertions(+), 12 deletions(-) diff --git a/hw/xfree86/modes/xf86Cursors.c b/hw/xfree86/modes/xf86Cursors.c index 3cb499f..5afd740 100644

Re: [PATCH 1/3] randr: Fix crash for NULL swap dispatch procs

2014-04-20 Thread walter harms
Am 19.04.2014 03:29, schrieb Robert Morell: The previous code was checking the wrong table for function pointers. Signed-off-by: Robert Morell rmor...@nvidia.com --- randr/randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randr/randr.c b/randr/randr.c index

Re: [PATCH 5/8] os: FatalError if -displayfd writes fail

2014-04-20 Thread walter harms
Am 19.04.2014 00:21, schrieb Keith Packard: When the server is started with the -displayfd option, check to make sure that the writes succeed and give up running if they don't. Signed-off-by: Keith Packard kei...@keithp.com --- os/connection.c | 6 -- 1 file changed, 4

Re: [PATCH 1/3] randr: Fix crash for NULL swap dispatch procs

2014-04-20 Thread Alan Coopersmith
On 04/20/14 11:54 AM, walter harms wrote: Am 19.04.2014 03:29, schrieb Robert Morell: The previous code was checking the wrong table for function pointers. Signed-off-by: Robert Morell rmor...@nvidia.com --- randr/randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 3/3] Use Harms's suggest: do not use inline if. And fix signness issue: CARD32 is unsigned, which results in that if a value because less than zero it would be incorrectly corrected to be 255 r

2014-04-20 Thread Mattias Andrée
Signed-off-by: Mattias Andrée maand...@operamail.com --- hw/xfree86/modes/xf86Cursors.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/hw/xfree86/modes/xf86Cursors.c b/hw/xfree86/modes/xf86Cursors.c index 5afd740..b18b7e6 100644 ---

Re: [PATCH 0/2] Fix uninitialized reply in DRI2SwapBuffers

2014-04-20 Thread Eric Anholt
Jamey Sharp ja...@minilop.net writes: These two patches together clean up commit b180e439, which has been in xserver releases since 1.9. That commit was attempting to fix an OML_sync_control spec compliance bug; these finish the job. I'd like to suggest that, once these patches are merged to

[PATCH xf86-input-synaptics] Fix product ID cutoff for MODEL_APPLETOUCH/MODEL_UNIBODY_MACBOOK

2014-04-20 Thread Clinton Sprain
A handful of Macbooks are being tagged as MODEL_UNIBODY_MACBOOKs when they should not be. This causes the default sensitivity to be very low for them, making the touchpad very difficult to use. This change moves the product ID cutoff so those devices fall into the old bucket again.

[PATCH:libXfont 1/2] Check if pointer returned by BufFileCreate is NULL before writing to it

2014-04-20 Thread Alan Coopersmith
Fixes clang analyzer warning: bufio.c:165:13: warning: Access to field 'bufp' results in a dereference of a null pointer (loaded from variable 'f') f-bufp = f-buffer; ~ ^ Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- src/fontfile/bufio.c |6 -- 1 file

[PATCH:libXfont 2/2] Require fontsproto 2.1.3 for matching function prototypes

2014-04-20 Thread Alan Coopersmith
Building current libXfont git against fontsproto 2.1.2 causes clang complaints of: patcache.c:130:1: error: conflicting types for 'CacheFontPattern' CacheFontPattern (FontPatternCachePtr cache, ^ patcache.c:176:1: error: conflicting types for 'FindCachedFontPattern' FindCachedFontPattern

Branching libXfont 1.4 1.5

2014-04-20 Thread Alan Coopersmith
On 04/15/14 04:48 AM, Thomas Klausner wrote: On Mon, Apr 14, 2014 at 07:43:06PM +0200, Julien Cristau wrote: This release features a number of spec formatting improvements, and some header adjustments for current xserver. This release breaks libXfont-1.4.7, the current libXfont release, for

[PATCH:libXfont-1.4] Require fontsproto 2.1.3 for matching function prototypes

2014-04-20 Thread Alan Coopersmith
Building libXfont-1.4.x against fontsproto 2.1.3 causes clang complaints of: patcache.c:130:1: error: conflicting types for 'CacheFontPattern' CacheFontPattern (FontPatternCachePtr cache, ^ patcache.c:176:1: error: conflicting types for 'FindCachedFontPattern' FindCachedFontPattern