aboutsummaryrefslogtreecommitdiff
path: root/src/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget.c b/src/widget.c
index af1f7f0..e74b707 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -1,11 +1,13 @@
/* See LICENSE file for copyright and license details. */
+#include <stdio.h>
#include <stdlib.h>
#include "widget.h"
void
cherry_widget_draw(CherryWidget *widget)
{
+ widget->drawn = 1;
}
CherryWidget *