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, 1 insertions, 1 deletions
diff --git a/src/draw.c b/src/draw.c
index d351819..1f115eb 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -138,7 +138,7 @@ void draw_paint(Drawer *draw, Window *win)
cairo_surface_destroy(surface);
}
-static void layout_destroy(Layout *layout)
+void layout_destroy(Layout *layout)
{
if (layout->pl != NULL)
g_object_unref(layout->pl);