ilo: replace a boolean by bool
[mesa.git] / src / gallium / state_trackers / vega / paint.h
index 3de3bbe12eda91fc9c00fd03df54ecdab09a5359..e5357763b8936199e9e6c71616c75ea5c6b30352 100644 (file)
@@ -118,5 +118,6 @@ void paint_fill_constant_buffer(struct vg_paint *paint,
                                 const struct matrix *mat,
                                 void *buffer);
 
+VGboolean paint_is_opaque(struct vg_paint *paint);
 
 #endif