python/test: Move the image comparison logic to the base test class.
[mesa.git] / src / gallium / state_trackers / python / st_sample.h
index ff04a12613f1fd51357dcd5c92e391aca97d2cdf..0a27083549fa6dc6281891ec95449a5659188b5b 100644 (file)
@@ -41,7 +41,7 @@ st_sample_pixel_block(enum pipe_format format,
                       unsigned w, unsigned h);
 
 void
-st_sample_surface(struct pipe_surface *surface, float *rgba);
+st_sample_surface(struct st_surface *surface, float *rgba);
 
 
 #endif /* ST_SAMPLE_H_ */