render: replace all usage of cairo with pixman

This commit is contained in:
Daniel Eklöf 2019-08-16 22:06:06 +02:00
parent bed7b34c28
commit 81107753bf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 90 additions and 81 deletions

View file

@ -18,7 +18,7 @@ struct config {
uint32_t bg;
uint32_t regular[8];
uint32_t bright[8];
double alpha;
uint16_t alpha;
} colors;
struct {