diff options
Diffstat (limited to 'src/entry.c')
-rw-r--r-- | src/entry.c | 1 |
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); |