Correct the comments about when the bindContext3 / unbindContext3

interface was added.
This commit is contained in:
Ian Romanick 2004-04-15 01:24:57 +00:00
parent a7abda5820
commit ab37fddbfd
1 changed files with 2 additions and 2 deletions

View 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);