summaryrefslogtreecommitdiff
path: root/src/entry.c
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-11-20 23:50:21 +0000
committerPhil Jones <philj56@gmail.com>2022-11-21 00:11:49 +0000
commit8ff917954773b293276c2eda31959acbecdc2421 (patch)
tree8ddbb35065032831faa0153a8a8fb25c4fd56137 /src/entry.c
parent8fb1b007ebe93efb6bf6d928edfd235b086ed199 (diff)
Add --font-variations option.
Diffstat (limited to 'src/entry.c')
-rw-r--r--src/entry.c1
1 files changed, 1 insertions, 0 deletions
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);