From ab37fddbfdb08d339e6a271b104ecd8c636f4c4c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 15 Apr 2004 01:24:57 +0000 Subject: Correct the comments about when the bindContext3 / unbindContext3 interface was added. --- include/GL/internal/dri_interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/GL/internal/dri_interface.h') diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 1f1917d0bf..109b4ee845 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); -- cgit v1.2.3