Remove the many aliases for 'struct mem_block' in mm.h
[mesa.git] / src / mesa / drivers / dri / s3v / s3v_context.h
index 4b409fbf374722666ade0d8b584bd8064f69aef5..6f527f3a834c5495460757c551657a531c9bb92d 100644 (file)
@@ -114,7 +114,7 @@ struct s3v_texture_object_t {
        int totalSize;
        int bound;
 
-       PMemBlock MemBlock;   
+       struct mem_block *MemBlock;   
        GLuint BufAddr;
    
        GLuint min_level;
@@ -269,7 +269,7 @@ struct s3v_context {
        struct s3v_texture_object_t SwappedOut; 
        GLenum TexEnvImageFmt[2];
 
-       memHeap_t *texHeap;
+       struct mem_block *texHeap;
 
        int lastSwap;
        int texAge;