r300: respect radeon common code fallbacks
[mesa.git] / src / mesa / drivers / dri / radeon / server / radeon_dri.c
index 7f83d868cb81ae7628156c507d919d255d622a2c..7ead588dac81fcaeafe6abadd5e5e247a713b475 100644 (file)
@@ -1260,6 +1260,7 @@ static int radeonInitFBDev( DRIDriverContext *ctx )
       }
 
       ctx->shared.virtualWidth = dummy;
+      ctx->shared.Width = dummy;
    }
 
    fprintf(stderr,"shared virtual width is %d\n", ctx->shared.virtualWidth);