This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: cygwin 1.5.3-1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]