summaryrefslogtreecommitdiff
path: root/src/cairo.h
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2019-02-01 08:15:42 -0800
committerBryce Harrington <bryce@bryceharrington.org>2019-02-01 08:15:42 -0800
commit0f6ca43f5e82ee8fe701008a3823c7b51b2c05bf (patch)
tree0b91013d76d093b296e24eb2cf2409ad7d7d89fe /src/cairo.h
parent2a21ed0293055540985e74375ff462502adc9754 (diff)
downloadcairo-0f6ca43f5e82ee8fe701008a3823c7b51b2c05bf.tar.gz
cairo: Fix Since number for new color formats
Diffstat (limited to 'src/cairo.h')
-rw-r--r--src/cairo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo.h b/src/cairo.h
index 079defd88..96427b425 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -405,8 +405,8 @@ typedef enum _cairo_content {
* with red in the upper 5 bits, then green in the middle
* 6 bits, and blue in the lower 5 bits. (Since 1.2)
* @CAIRO_FORMAT_RGB30: like RGB24 but with 10bpc. (Since 1.12)
- * @CAIRO_FORMAT_RGB96F: 3 floats, R, G, B. (Since 1.16)
- * @CAIRO_FORMAT_RGBA128F: 4 floats, R, G, B, A. (Since 1.16)
+ * @CAIRO_FORMAT_RGB96F: 3 floats, R, G, B. (Since 1.17.2)
+ * @CAIRO_FORMAT_RGBA128F: 4 floats, R, G, B, A. (Since 1.17.2)
*
* #cairo_format_t is used to identify the memory format of
* image data.