summaryrefslogtreecommitdiff
path: root/pixman/pixman.h
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/pixman.h')
-rw-r--r--pixman/pixman.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pixman/pixman.h b/pixman/pixman.h
index 0070340..2cd875b 100644
--- a/pixman/pixman.h
+++ b/pixman/pixman.h
@@ -891,6 +891,7 @@ typedef enum {
/* sRGB formats */
PIXMAN_a8r8g8b8_sRGB = PIXMAN_FORMAT(32,PIXMAN_TYPE_ARGB_SRGB,8,8,8,8),
+ PIXMAN_r8g8b8_sRGB = PIXMAN_FORMAT(24,PIXMAN_TYPE_ARGB_SRGB,0,8,8,8),
/* 24bpp formats */
PIXMAN_r8g8b8 = PIXMAN_FORMAT(24,PIXMAN_TYPE_ARGB,0,8,8,8),