diff options
author | Brian Paul <[email protected]> | 2001-04-27 21:17:20 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-04-27 21:17:20 +0000 |
commit | 75978bd85ea86b4e0a4153d623eaf1d40976f49b (patch) | |
tree | 54411fe4f5dcea2fd028311a8ddc8ac61847efc4 /src/mesa/main/context.h | |
parent | 4dbd625eaf4a2abd0772b1acb0da17ac0c646f3c (diff) |
added _mesa_free_framebuffer_data()
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 ); |