mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-04 23:28:07 +02:00
image: Silence missing enum value warning
cairo-image-surface.c:101: warning: enumeration value ‘PIXMAN_x14r6g6b6’ not handled in switch
This commit is contained in:
parent
ad458d816a
commit
e0444a458a
1 changed files with 1 additions and 0 deletions
|
|
@ -126,6 +126,7 @@ _cairo_format_from_pixman_format (pixman_format_code_t pixman_format)
|
|||
case PIXMAN_a2b10g10r10:
|
||||
case PIXMAN_x2r10g10b10:
|
||||
case PIXMAN_a2r10g10b10:
|
||||
case PIXMAN_x14r6g6b6:
|
||||
default:
|
||||
return CAIRO_FORMAT_INVALID;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue