mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04:00
render: replace all usage of cairo with pixman
This commit is contained in:
parent
bed7b34c28
commit
81107753bf
5 changed files with 90 additions and 81 deletions
2
config.h
2
config.h
|
|
@ -18,7 +18,7 @@ struct config {
|
|||
uint32_t bg;
|
||||
uint32_t regular[8];
|
||||
uint32_t bright[8];
|
||||
double alpha;
|
||||
uint16_t alpha;
|
||||
} colors;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue