Squashed commit of the following:
[mesa.git] / src / gallium / state_trackers / dri / common / dri_drawable.h
index 98abeb9ec052a56bb617e7e30a13865c21ee7eb1..315b7781654dd97b68f9f6e1c5b6320d4048e717 100644 (file)
@@ -55,7 +55,7 @@ struct dri_drawable
    unsigned old_w;
    unsigned old_h;
 
-   struct pipe_texture *textures[ST_ATTACHMENT_COUNT];
+   struct pipe_resource *textures[ST_ATTACHMENT_COUNT];
    unsigned int texture_mask, texture_stamp;
 
    struct pipe_fence_handle *swap_fences[DRI_SWAP_FENCES_MAX];