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
> > 
> 
> 

Reply via email to