/**
* 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);
/**
* 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);