diff options
Diffstat (limited to 'src/draw.c')
| -rw-r--r-- | src/draw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
