summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxclient.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-03-08 20:02:22 -0500
committerKristian Høgsberg <krh@redhat.com>2008-03-08 20:02:22 -0500
commit53dc86363665b9b22f042c5d950b7de0ed02b4c8 (patch)
tree271c372db97264faaf93180559c30d5a3b027399 /src/glx/x11/glxclient.h
parenta1ea6f6198d80f716936a308cfab235f18a014e1 (diff)
Move DRI specific parts of CreateContext into dri_glx.c.
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r--src/glx/x11/glxclient.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h
index 99dbb597a6..6ac92cf850 100644
--- a/src/glx/x11/glxclient.h
+++ b/src/glx/x11/glxclient.h
@@ -438,6 +438,11 @@ struct __GLXscreenConfigsRec {
void (*driDestroyScreen)(__GLXscreenConfigs *psc);
+ void (*driCreateContext)(__GLXscreenConfigs *psc,
+ const __GLcontextModes *mode,
+ GLXContext gc,
+ GLXContext shareList, int renderType);
+
#ifdef __DRI_COPY_SUB_BUFFER
__DRIcopySubBufferExtension *copySubBuffer;
#endif