diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-17 17:00:27 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-17 17:00:27 +0100 |
| commit | 635b960629ef17daed73d742fb6cb78ea6b1d4a7 (patch) | |
| tree | 2e2806b1ee2c61c65960d0aa048bfb7bc75bb4af /src/draw.h | |
| parent | 44a9ccb0ca18314016ef10b4b1b1c7c958d9eabc (diff) | |
Fix memory leaks and refactor menu button
Diffstat (limited to 'src/draw.h')
| -rw-r--r-- | src/draw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
