forked from AuroraMiddleware/gtk
gl renderer: Set border program outline state
This commit is contained in:
parent
eaf899061a
commit
ba52be36c2
@ -326,6 +326,8 @@ ops_set_border (RenderOpBuilder *builder,
|
||||
memcpy (&builder->program_state[builder->current_program->index].border.widths,
|
||||
widths, sizeof (float) * 4);
|
||||
|
||||
builder->program_state[builder->current_program->index].border.outline = *outline;
|
||||
|
||||
op.op = OP_CHANGE_BORDER;
|
||||
op.border.widths[0] = widths[0];
|
||||
op.border.widths[1] = widths[1];
|
||||
|
Loading…
Reference in New Issue
Block a user