[PATCH 30/37] Unify miinitext.c

Daniel Stone daniel at fooishbar.org
Tue Jun 28 16:10:53 PDT 2011


Hi,

On Tue, Jun 28, 2011 at 03:57:35PM -0700, Jeremy Huddleston wrote:
> This patch removes this XQuartz extension which needs to be initialized in the new common path.
> 
> #ifdef INXQUARTZ
>     if(!noPseudoramiXExtension) PseudoramiXExtensionInit();
> #endif

Damnit, sorry about that.  The real solution here, as with the DMX
extension which I now realise I've also binned, is to move DDX-specific
extension code to, well, the DDX.  hw/xfree86/common/xf86Extensions.c
offers a decent model of how to do this.

I'll try to cook up a patch for this in the next day or two.  Good
looking out, thanks.

> Is this on a branch of your personal git repo for testing?

Yep!

git://people.freedesktop.org/~daniels/xserver extension-cleanup

Which is a bit more up-to-date than the patchset sent to the list,
having been rebased on top of Dan's libxorg removal.

Cheers,
Daniel


More information about the xorg-devel mailing list