Allow multiple freespace items (fixes issue #607)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user