gdkpixbuf-drawable: reinstate accidentally removed line

This commit is contained in:
Lars Uebernickel 2015-10-27 13:38:14 +01:00
parent 657a43e54e
commit 71b31c84c0

View File

@ -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: