[cairo-commit] src/cairo.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 1 16:16:05 UTC 2019


 src/cairo.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0f6ca43f5e82ee8fe701008a3823c7b51b2c05bf
Author: Bryce Harrington <bryce at bryceharrington.org>
Date:   Fri Feb 1 08:15:42 2019 -0800

    cairo: Fix Since number for new color formats

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.


More information about the cairo-commit mailing list