---
 src/mesa/drivers/dri/common/drisw_util.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/common/drisw_util.h
b/src/mesa/drivers/dri/common/drisw_util.h
index 9c3d01c..3cf4998 100644
--- a/src/mesa/drivers/dri/common/drisw_util.h
+++ b/src/mesa/drivers/dri/common/drisw_util.h
@@ -93,7 +93,11 @@ struct __DRIscreenRec {

     int fd;

+#ifdef __cplusplus
+    void *priv;
+#else
     void *private;
+#endif

     const __DRIextension **extensions;

-- 
1.7.0.4
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to