summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-04-15 01:24:57 +0000
committerIan Romanick <idr@us.ibm.com>2004-04-15 01:24:57 +0000
commitab37fddbfdb08d339e6a271b104ecd8c636f4c4c (patch)
tree5d3ead507b2e89ba22266528b3ba63752161ad51 /include
parenta7abda582082ca345bf1b883cc3c125b3918d5b8 (diff)
Correct the comments about when the bindContext3 / unbindContext3
interface was added.
Diffstat (limited to 'include')
-rw-r--r--include/GL/internal/dri_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h
index 1f1917d0bf..109b4ee845 100644
--- a/include/GL/internal/dri_interface.h
+++ b/include/GL/internal/dri_interface.h
@@ -394,7 +394,7 @@ struct __DRIcontextRec {
/**
* Method to bind a DRI drawable to a DRI graphics context.
*
- * \since Internal API version 20040317.
+ * \since Internal API version 20040415.
*/
Bool (*bindContext3)(Display *dpy, int scrn, __DRIid draw,
__DRIid read, __DRIcontext *ctx);
@@ -402,7 +402,7 @@ struct __DRIcontextRec {
/**
* Method to unbind a DRI drawable from a DRI graphics context.
*
- * \since Internal API version 20040317.
+ * \since Internal API version 20040415.
*/
Bool (*unbindContext3)(Display *dpy, int scrn, __DRIid draw,
__DRIid read, __DRIcontext *ctx);