st/mesa: fix fallout from xfb changes.
[mesa.git] / src / mesa / state_tracker / st_draw.h
index a973c8a4a5d9b2e2c161a018391e4d4713e1583e..d85c3b7facdd32183fb55d6eb60f74fba37f6bfe 100644 (file)
@@ -85,4 +85,11 @@ pointer_to_offset(const void *ptr)
 }
 
 
+bool
+st_draw_quad(struct st_context *st,
+             float x0, float y0, float x1, float y1, float z,
+             float s0, float t0, float s1, float t1,
+             const float *color,
+             unsigned num_instances);
+
 #endif