aboutsummaryrefslogtreecommitdiff
path: root/src/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.h')
-rw-r--r--src/draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/draw.h b/src/draw.h
index 6a14ad1..6d0119f 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -45,6 +45,8 @@ Drawer *draw_create();
void draw_paint(Drawer *draw, Window *win);
+void layout_destroy(Layout *layout);
+
// TODO: Rework the api so that we don't need to pass the window
void draw_compute_layout(Drawer *draw, Window *win, GList *btns);