From 8ff917954773b293276c2eda31959acbecdc2421 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sun, 20 Nov 2022 23:50:21 +0000 Subject: Add --font-variations option. --- src/entry.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/entry.c') diff --git a/src/entry.c b/src/entry.c index 3d0c284..70f4525 100644 --- a/src/entry.c +++ b/src/entry.c @@ -63,6 +63,7 @@ void entry_init(struct entry *entry, uint8_t *restrict buffer, uint32_t width, u entry->cairo[1].cr = cairo_create(entry->cairo[1].surface); + log_debug("Drawing window.\n"); /* Draw the background */ struct color color = entry->background_color; cairo_set_source_rgba(cr, color.r, color.g, color.b, color.a); -- cgit v1.2.3