mesa: Avoid using c++ keyword in dri_util.h when compiled with c++.

This commit is contained in:
Eric Anholt
2010-08-10 22:33:39 -07:00
parent c374487a54
commit 9c3acce680
+4
View File
@@ -513,7 +513,11 @@ struct __DRIscreenRec {
*
* This pointer is never touched by the DRI layer.
*/
#ifdef __cplusplus
void *priv;
#else
void *private;
#endif
/* Extensions provided by the loader. */
const __DRIgetDrawableInfoExtension *getDrawableInfo;