[PATCH] undefined reference to `DoCreateGLXPixmap'
Jeff Chua
jeff.chua.linux at gmail.com
Sat Oct 13 21:30:43 PDT 2007
On 10/14/07, Jeff Chua <jeff.chua.linux at gmail.com> wrote:
> The following patch fixes the following ...
Here's the correct patch. Sorry, was doing that before backing up the
original one.
--- xorg/xserver/GL/glx/glxcmds.corg 2007-10-14 11:44:51 +0800
+++ xorg/xserver/GL/glx/glxcmds.c 2007-10-14 11:45:01 +0800
@@ -1176,7 +1176,7 @@
return Success;
}
-static int
+int
DoCreateGLXPixmap(ClientPtr client, int screenNum, XID fbconfigId,
XID drawableId, XID glxDrawableId)
{
Thanks,
Jeff.
More information about the xorg
mailing list