aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-08 08:20:49 +0000
committermarha <marha@users.sourceforge.net>2011-03-08 08:20:49 +0000
commit8c74e7257ed453143c53086f884f6c6ff585379a (patch)
treef9e595d40a1689b21b1541cfc7595d9146ec2854 /mesalib/src/mesa/main/mtypes.h
parentd550ff64af08efb189450fa7b7104b3e049b5779 (diff)
downloadvcxsrv-8c74e7257ed453143c53086f884f6c6ff585379a.tar.gz
vcxsrv-8c74e7257ed453143c53086f884f6c6ff585379a.tar.bz2
vcxsrv-8c74e7257ed453143c53086f884f6c6ff585379a.zip
xkeyboard-config mesa git update 8 Mar 2011
Diffstat (limited to 'mesalib/src/mesa/main/mtypes.h')
-rw-r--r--mesalib/src/mesa/main/mtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/mtypes.h b/mesalib/src/mesa/main/mtypes.h
index db3eba20c..49ecea59d 100644
--- a/mesalib/src/mesa/main/mtypes.h
+++ b/mesalib/src/mesa/main/mtypes.h
@@ -2376,6 +2376,8 @@ struct gl_renderbuffer
GLenum DataType; /**< Type of values passed to the Get/Put functions */
GLvoid *Data; /**< This may not be used by some kinds of RBs */
+ GLboolean AttachedAnytime; /**< TRUE if it was attached to a framebuffer */
+
/* Used to wrap one renderbuffer around another: */
struct gl_renderbuffer *Wrapped;