Correct the comments about when the bindContext3 / unbindContext3
interface was added.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user