cygwin 1.5.3-1

Ralf Habacker Ralf.Habacker@freenet.de
Fri Sep 5 09:55:00 GMT 2003


Hi all,
>
> The appended patch implemented this support for the xfree server.

I've found that the XFree86-Bigfont extension is also shm related, which is
fixed by the appended patch.

As I have looked into this code I was wondering about the extension
initialisation code, which doesn't work as expected.
It add's the extension regardless of if shm is available or not.

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: xext_xf86bigfont.patch
Type: application/octet-stream
Size: 2903 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin-xfree/attachments/20030905/530fe7d3/attachment.obj>


More information about the Cygwin-xfree mailing list