mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
gsk: Fix a typo
Repeating linear gradient nodes share most of the implementation with linear gradient nodes, but they shouldn't share the class name.
This commit is contained in:
parent
352b566179
commit
9e2e6c1115
@ -294,7 +294,7 @@ static const GskRenderNodeClass GSK_LINEAR_GRADIENT_NODE_CLASS = {
|
||||
static const GskRenderNodeClass GSK_REPEATING_LINEAR_GRADIENT_NODE_CLASS = {
|
||||
GSK_REPEATING_LINEAR_GRADIENT_NODE,
|
||||
sizeof (GskLinearGradientNode),
|
||||
"GskLinearGradientNode",
|
||||
"GskRepeatingLinearGradientNode",
|
||||
gsk_linear_gradient_node_finalize,
|
||||
gsk_linear_gradient_node_draw,
|
||||
gsk_linear_gradient_node_serialize,
|
||||
|
Loading…
Reference in New Issue
Block a user