mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
gdkpixbuf-drawable: reinstate accidentally removed line
This commit is contained in:
parent
657a43e54e
commit
71b31c84c0
@ -119,6 +119,7 @@ gdk_cairo_format_for_content (cairo_content_t content)
|
||||
{
|
||||
case CAIRO_CONTENT_COLOR:
|
||||
return CAIRO_FORMAT_RGB24;
|
||||
case CAIRO_CONTENT_ALPHA:
|
||||
return CAIRO_FORMAT_A8;
|
||||
case CAIRO_CONTENT_COLOR_ALPHA:
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user