From 8c74e7257ed453143c53086f884f6c6ff585379a Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 8 Mar 2011 08:20:49 +0000 Subject: xkeyboard-config mesa git update 8 Mar 2011 --- mesalib/src/mesa/main/mtypes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mesalib/src/mesa/main/mtypes.h') 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; -- cgit v1.2.3