added XMesaResizeBuffers()

This commit is contained in:
Brian Paul
2002-03-16 00:53:48 +00:00
parent 18a285a5e2
commit 93c132a058

View File

@@ -1,10 +1,10 @@
/* $Id: xmesa.h,v 1.12 2001/09/23 16:06:13 brianp Exp $ */ /* $Id: xmesa.h,v 1.13 2002/03/16 00:53:48 brianp Exp $ */
/* /*
* Mesa 3-D graphics library * 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 * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * 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 #ifdef __cplusplus
} }
#endif #endif