gpu: Use opacity for border colors

We were computing the right colors, but forgot to use them.
This commit is contained in:
Matthias Clasen
2024-01-07 23:47:41 -05:00
committed by Benjamin Otte
parent a0e9d93b4c
commit ce7cc942e4

View File

@@ -1900,7 +1900,7 @@ gsk_gpu_node_processor_add_border_node (GskGpuNodeProcessor *self,
&self->offset,
graphene_point_zero (),
gsk_border_node_get_widths (node),
gsk_border_node_get_colors (node));
colors);
}
static void