added _mesa_free_framebuffer_data()

This commit is contained in:
Brian Paul
2001-04-27 21:17:20 +00:00
parent 4dbd625eaf
commit 75978bd85e
2 changed files with 47 additions and 24 deletions

View File

@@ -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
@@ -117,6 +117,9 @@ _mesa_initialize_framebuffer( GLframebuffer *fb,
GLboolean softwareAccum,
GLboolean softwareAlpha );
extern void
_mesa_free_framebuffer_data( GLframebuffer *buffer );
extern void
_mesa_destroy_framebuffer( GLframebuffer *buffer );