cygwin 1.5.3-1

Ralf Habacker Ralf.Habacker@freenet.de
Mon Sep 8 06:19:00 GMT 2003


Hi Harold, 
> What do you mean?  Do you mean that even after adding a call to check if 
> shm is supported and running that the extension is still installed, even 
> if you return?  

> Or do you mean that looking at the existing code shows 
> that they were never checking for shm support in the first place?

this one. 

> Harold
> 
> > --- old ---
> > 
> > void
> > XFree86BigfontExtensionInit()
> > {
> >    if ((extEntry = AddExtension(XF86BIGFONTNAME,   /* add extension */
> >    ..		/* check for shm support and return if isn't 
> avaliable */
> > 
> > --- new ---
> > 
> >    ..		/* check for shm support and return if isn't 
> avaliable */
> >    if ((extEntry = AddExtension(XF86BIGFONTNAME,	/* add extension */
> > 
> > 
> > Cheers
> > 
> > Ralf
> > 
> 
> 



More information about the Cygwin-xfree mailing list