mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 10:38:30 +02:00
Correct the comments about when the bindContext3 / unbindContext3
interface was added.
This commit is contained in:
parent
a7abda5820
commit
ab37fddbfd
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue