aboutsummaryrefslogtreecommitdiff
path: root/src/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.c')
-rw-r--r--src/draw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/draw.c b/src/draw.c
index af5c493..992cd60 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -8,6 +8,8 @@
#include "button.h"
#include "log.h"
+// TODO: Animations ??
+
static void layout_destroy(Layout *layout)
{
if (layout->pl != NULL) g_object_unref(layout->pl);