From: Ian Romanick Date: Thu, 15 Apr 2004 01:24:57 +0000 (+0000) Subject: Correct the comments about when the bindContext3 / unbindContext3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab37fddbfdb08d339e6a271b104ecd8c636f4c4c;p=mesa.git Correct the comments about when the bindContext3 / unbindContext3 interface was added. --- diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 1f1917d0bf9..109b4ee8452 100644 --- a/include/GL/internal/dri_interface.h +++ b/include/GL/internal/dri_interface.h @@ -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);