diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-03-16 00:50:36 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-03-16 00:50:36 +0000 |
commit | 4493f41577180ee0f5d446ee7a8ccce4a90d2ce8 (patch) | |
tree | 3481acc090bd368e4f6715fd64d39a4cd0a17307 /include | |
parent | a4f3130a7f97f312c4a24a905ebe0af4f7b2d239 (diff) |
added XMesaResizeBuffers()
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/xmesa.h | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/include/GL/xmesa.h b/include/GL/xmesa.h index 7e32d0cde8..a8144b759e 100644 --- a/include/GL/xmesa.h +++ b/include/GL/xmesa.h @@ -1,10 +1,10 @@ -/* $Id: xmesa.h,v 1.12 2001/09/23 16:06:13 brianp Exp $ */ +/* $Id: xmesa.h,v 1.12.2.1 2002/03/16 00:50:36 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 4.0 + * Version: 4.0.2 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -365,6 +365,15 @@ extern GLboolean XMesaSetFXmode( GLint mode ); +/* + * Reallocate the back/depth/stencil/accum/etc/ buffers associated with + * buffer <b> if its size has changed. + * + * New in Mesa 4.0.2 + */ +extern void XMesaResizeBuffers( XMesaBuffer b ); + + #ifdef __cplusplus } #endif |