rendernode: Fix some wrong constants for conic gradients

copy/paste from other nodes left some wrong values in there and that
screwed things up quite a bit.
This commit is contained in:
Benjamin Otte 2020-12-03 06:00:21 +01:00
parent c907ad83b0
commit fac5fba0dc

View File

@ -5333,8 +5333,8 @@ gsk_render_node_init_types_once (void)
{ {
const GskRenderNodeTypeInfo node_info = const GskRenderNodeTypeInfo node_info =
{ {
GSK_REPEATING_RADIAL_GRADIENT_NODE, GSK_CONIC_GRADIENT_NODE,
sizeof (GskRadialGradientNode), sizeof (GskConicGradientNode),
NULL, NULL,
gsk_conic_gradient_node_finalize, gsk_conic_gradient_node_finalize,
gsk_conic_gradient_node_draw, gsk_conic_gradient_node_draw,