diff options
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index e4e5c5f1c20..825881b8704 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -1,4 +1,4 @@ -/* $Id: context.h,v 1.25 2001/03/12 00:48:37 gareth Exp $ */ +/* $Id: context.h,v 1.26 2001/04/27 21:17:20 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -118,6 +118,9 @@ _mesa_initialize_framebuffer( GLframebuffer *fb, GLboolean softwareAlpha ); extern void +_mesa_free_framebuffer_data( GLframebuffer *buffer ); + +extern void _mesa_destroy_framebuffer( GLframebuffer *buffer ); |