Defined a string array, which is not used anywhere.
atiaudio.h remains for now, though for the enum it defines, only one
reference to it remains, initializing the Audio to ATI_AUDIO_NONE, so
it may be a candidate for further cleanup in the future.
Reported by Solaris linker -z guidance option:
ld
Defined a enum & string array, neither of which were used anywhere.
Reported by Solaris linker -z guidance option:
ld: guidance: removal of unused file recommended: atidecoder.o
Signed-off-by: Alan Coopersmith
---
src/Makefile.am |3 +--
src/atidecoder.c | 50
events.c: In function 'DeactivatePointerGrab':
events.c:1524:51: warning: 'dev' may be used uninitialized in this function
[-Wuninitialized
dev is unset when we get here, the device to check is "mouse".
Introduced in ece8157a59751b3ed492fb2e1eb8d5f20221e195.
Signed-off-by: Peter Hutterer
---
di
On Wed, Dec 19, 2012 at 06:42:38PM +0100, carl...@gnome.org wrote:
> From: Carlos Garnacho
>
> Different miPointerSpriteFuncRec implementations do a varying
> business at ultimately calling miPointerUpdateSprite(), this
> particularly fails when using the plain mi sprite on touch events,
> where
On Wed, Dec 19, 2012 at 06:13:21PM +0100, Andreas Wettstein wrote:
> The base group is not brought into range and, therefore, using it as an array
> index crashed the X server. Also, at this place, we should ignore locked
> groups, but not latched groups. Therefore, use sum of base and latched
>
On Dec 18, 2012, at 20:48, Matt Dew wrote:
> Hi Jereremy,
> Ack. Will pull and test.
Thanks. I cherry-picked in one more:
The following changes since commit 92ecbf5f0f516aacb7f0034e3786c4454a07fe8d:
No changes from 1.13.0.902 (rc2) (2012-12-13 21:05:24 -0700)
are available in the git rep
On Tue, Dec 18, 2012 at 09:43:09PM -0700, Matt Dew wrote:
> It's actually been open since last Thursday but this is notice for
> anyone wondering.
>
> The nomination window is 3 weeks; until Jan 3.
>
> I've updated the X.Org calendar.
Once it gets pulled to master, the following is a good candia
I could have sworn there was a change to do that in the wild already,
but I couldn't find it.
Thanks,
- Pierre-Loup
>From 7d0720196cd89ac012fd7d0bf86cee0cffaea631 Mon Sep 17 00:00:00 2001
From: "Pierre-Loup A. Griffais"
Date: Wed, 19 Dec 2012 12:32:03 -0800
Subject: [PATCH] xrandr: print primary
Jeremy Huddleston Sequoia writes:
> Jeremy Huddleston Sequoia (2):
> XQuartz: Revert some unfortunate auto-indenting mishaps with our
> super-nested for-loops
> XQuartz: Don't add the 15bit visual any more
Merged.
0eb1559..2a0b544 master -> master
--
keith.pack...@intel.com
Yaakov Selkowitz writes:
> Yaakov Selkowitz (1):
> Fix formatting of address operators
Merged.
386e4d7..0eb1559 master -> master
--
keith.pack...@intel.com
pgpq2Ne23ijPV.pgp
Description: PGP signature
___
xorg-devel@lists.x.org: X.Org dev
Alan Coopersmith writes:
> Alan Coopersmith (2):
> Support compilers with alternate spellings of typeof
> EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel
>
> Rob Clark (1):
> hw/dmx: fix build without GLX
Merged.
014a5c8..386e4d7 master -> master
--
keith
Peter Hutterer writes:
> Jasper St. Pierre (14):
> cursor: Move pointer barrier code over to XI
> barriers: Don't loop over the server to destroy a barrier
> barriers: Switch to an explicit hook for barrier constrainment
> barriers: Switch to finding the nearest barrier cl
Peter Hutterer writes:
> Peter Hutterer (3):
> Xi: don't use devices after removing them
> dix: don't allow overriding a grab with a different type of grab
> (#58255)
> dix: don't copy the wrong event mask when activating a passive grab
Merged.
3420a77..f793b5f master -> m
On 18/12/12 08:48 PM, Alan Coopersmith wrote:
>
> Definition was deleted from Xorg during 1.14 merge window, but was a
> no-op for many release cycles before that.
>
> Signed-off-by: Alan Coopersmith
> ---
> src/atiscreen.c |1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/src/atiscreen.
From: Carlos Garnacho
The loop above the previous call may end up triggering other
handlers attaching to the same function slot, so unwrapping
the handler after that could leave the just attached handler
in a dangling but not unset state.
This issue was most visible on the XO, where destroying a
From: Carlos Garnacho
Different miPointerSpriteFuncRec implementations do a varying
business at ultimately calling miPointerUpdateSprite(), this
particularly fails when using the plain mi sprite on touch events,
where the sprite is just moved/updated on cursor changes.
So, ensure miPointerUpdate
From: Carlos Garnacho
A touch sequence emulating pointer events may end up not sending
pointer events (ie. if handled completely by a passive touch grab),
but the device state needs to be updated anyway for subsequent
events to have a correct state.
This patch can be considered a leftover of 863
The base group is not brought into range and, therefore, using it as an array
index crashed the X server. Also, at this place, we should ignore locked
groups, but not latched groups. Therefore, use sum of base and latched groups,
brought into range.
Signed-off-by: Andreas Wettstein
---
xkb/xkb
This is mostly the same thing as omapdrm does. Makes tegra work on
xservers with "Revert "xf86: Fix non-PCI configuration-less setups""
applied.
Signed-off-by: Lucas Stach
---
src/driver.c | 16
1 Datei geändert, 8 Zeilen hinzugefügt(+), 8 Zeilen entfernt(-)
diff --git a/src/dr
On Tue, Dec 18, 2012 at 10:44 AM, Peter Harris wrote:
> Rename from pixval/blowup to bin/xts-blowup, add Makefile.am, and
> delete old-style Makefile.
> ---
>
> Was blowup really not ported to the new build system yet, or is there
> some alternative tool that people use these days?
I think when I
20 matches
Mail list logo