remove accidentally commited printf for tiling support
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_sanity.h
index 58e8335dd60e0b9d14193f33878a7a16e2ebc185..1ec06bc586bf8d5000cf092ccb545ec87123dfc0 100644 (file)
@@ -3,6 +3,6 @@
 
 extern int radeonSanityCmdBuffer( radeonContextPtr rmesa,
                                  int nbox,
-                                 XF86DRIClipRectRec *boxes );
+                                 drm_clip_rect_t *boxes );
 
 #endif