Correct the comments about when the bindContext3 / unbindContext3
authorIan Romanick <idr@us.ibm.com>
Thu, 15 Apr 2004 01:24:57 +0000 (01:24 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 15 Apr 2004 01:24:57 +0000 (01:24 +0000)
interface was added.

include/GL/internal/dri_interface.h

index 1f1917d0bf9da33efc5b3b2297e1e5a2b7410b97..109b4ee84522c9559864a9387620f611a6faec48 100644 (file)
@@ -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);