Colored Caret + alpha patch fix
This commit is contained in:
parent
2adbd98501
commit
d138f0c956
@ -27,6 +27,7 @@ static const unsigned int alphas[SchemeLast][2] = {
|
|||||||
[SchemeNorm] = { OPAQUE, alpha },
|
[SchemeNorm] = { OPAQUE, alpha },
|
||||||
[SchemeSel] = { OPAQUE, alpha },
|
[SchemeSel] = { OPAQUE, alpha },
|
||||||
[SchemeOut] = { OPAQUE, alpha },
|
[SchemeOut] = { OPAQUE, alpha },
|
||||||
|
[SchemeCaret] = { OPAQUE, OPAQUE },
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user