diff options
author | Kristian Høgsberg <[email protected]> | 2008-03-08 20:02:22 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2008-03-08 20:02:22 -0500 |
commit | 53dc86363665b9b22f042c5d950b7de0ed02b4c8 (patch) | |
tree | 271c372db97264faaf93180559c30d5a3b027399 /src/glx/x11/glxclient.h | |
parent | a1ea6f6198d80f716936a308cfab235f18a014e1 (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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index 99dbb597a68..6ac92cf850a 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 |