diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-06-29 04:35:45 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-07-06 00:28:54 -0400 |
commit | fc1a55671dceae0e2a701e044ff8203fae5eb1ba (patch) | |
tree | 6ee372602ba0d08ff21944bf373594252e723990 /GL/glx/glxext.h | |
parent | ee012588d28b468bd41da8d216210f8cb2bf8cb5 (diff) |
Implement glXCreateWindow and glXDestroyWindow.
Diffstat (limited to 'GL/glx/glxext.h')
-rw-r--r-- | GL/glx/glxext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GL/glx/glxext.h b/GL/glx/glxext.h index 34d361217..03a2464ba 100644 --- a/GL/glx/glxext.h +++ b/GL/glx/glxext.h @@ -85,7 +85,7 @@ extern int DoGetFBConfigs(__GLXclientState *cl, unsigned screen, GLboolean do_swap); extern int DoCreateContext(__GLXclientState *cl, GLXContextID gcId, GLXContextID shareList, VisualID visual, GLuint screen, GLboolean isDirect); -extern int DoCreateGLXPixmap(__GLXclientState *cl, VisualID visual, +extern int DoCreateGLXPixmap(__GLXclientState *cl, XID fbconfigId, GLuint screenNum, XID pixmapId, XID glxpixmapId); extern int DoDestroyPixmap(__GLXclientState *cl, XID glxpixmapId); |