summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/cairo-script/cairo-script-operators.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cairo-script/cairo-script-operators.c b/util/cairo-script/cairo-script-operators.c
index d0452d338..21fba5cc7 100644
--- a/util/cairo-script/cairo-script-operators.c
+++ b/util/cairo-script/cairo-script-operators.c
@@ -6799,6 +6799,9 @@ _integer_constants[] = {
{ "RGB16_565", CAIRO_FORMAT_RGB16_565 },
{ "RGB24", CAIRO_FORMAT_RGB24 },
{ "ARGB32", CAIRO_FORMAT_ARGB32 },
+ { "RGB30", CAIRO_FORMAT_RGB30 },
+ { "RGB96F", CAIRO_FORMAT_RGB96F },
+ { "RGBA128F", CAIRO_FORMAT_RGBA128F },
{ "INVALID", CAIRO_FORMAT_INVALID },
{ NULL, 0 }