Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
[mesa.git] / src / gallium / drivers / r300 / r300_screen.h
index 87fc6190ce67a34acd0c19a5078a38510f44ab2f..502fbfa5a24a1ce4ed6ba74cbb2954cfac5007b6 100644 (file)
@@ -33,7 +33,7 @@ struct r300_screen {
     /* Parent class */
     struct pipe_screen screen;
 
-    struct r300_winsys_screen *rws;
+    struct radeon_winsys* radeon_winsys;
 
     /* Chipset capabilities */
     struct r300_capabilities* caps;