Allow multiple freespace items (fixes issue #607)

This commit is contained in:
o9000
2016-10-08 10:12:20 +02:00
parent d45af83eaa
commit f8ceb5a849
6 changed files with 51 additions and 29 deletions

View File

@@ -12,7 +12,9 @@ typedef struct FreeSpace {
Area area;
} FreeSpace;
void cleanup_freespace();
struct Panel;
void cleanup_freespace(struct Panel *panel);
void init_freespace_panel(void *panel);
gboolean resize_freespace(void *obj);