Merge branch 'mesa_7_7_branch'
[mesa.git] / src / mesa / drivers / dri / ffb / ffb_depth.c
index e82c2416eb5dbdc52e8518379e18ee27a90ae9b0..d19385b776bc03bc46e1ae9c9e1f0cfa2b50ef2d 100644 (file)
@@ -48,7 +48,7 @@ static void FFBWriteDepthSpan( GLcontext *ctx,
 #endif
        if (ctx->Depth.Mask) {
                ffbContextPtr fmesa = FFB_CONTEXT(ctx);
-               __DRIdrawablePrivate *dPriv = fmesa->driDrawable;
+               __DRIdrawable *dPriv = fmesa->driDrawable;
                GLuint *zptr;
                GLuint i;
 
@@ -109,7 +109,7 @@ static void FFBWriteDepthPixels( GLcontext *ctx,
 #endif
        if (ctx->Depth.Mask) {
                ffbContextPtr fmesa = FFB_CONTEXT(ctx);
-               __DRIdrawablePrivate *dPriv = fmesa->driDrawable;
+               __DRIdrawable *dPriv = fmesa->driDrawable;
                char *zbase;
                GLuint i;
 
@@ -152,7 +152,7 @@ static void FFBReadDepthSpan( GLcontext *ctx,
 {
         GLuint *depth = (GLuint *) values;
        ffbContextPtr fmesa = FFB_CONTEXT(ctx);
-       __DRIdrawablePrivate *dPriv = fmesa->driDrawable;
+       __DRIdrawable *dPriv = fmesa->driDrawable;
        GLuint *zptr;
        GLuint i;
 
@@ -193,7 +193,7 @@ static void FFBReadDepthPixels( GLcontext *ctx,
 {
         GLuint *depth = (GLuint *) values;
        ffbContextPtr fmesa = FFB_CONTEXT(ctx);
-       __DRIdrawablePrivate *dPriv = fmesa->driDrawable;
+       __DRIdrawable *dPriv = fmesa->driDrawable;
        char *zbase;
        GLuint i;