]> Dogcows Code - chaz/tint2/blob - src/freespace/freespace.h
freespace.patch
[chaz/tint2] / src / freespace / freespace.h
1 /**************************************************************************
2 * Copyright (C) 2011 Mishael A Sibiryakov (death@junki.org)
3 **************************************************************************/
4
5 #ifndef FREESPACE_H
6 #define FREESPACE_H
7
8 #include "common.h"
9 #include "area.h"
10
11 typedef struct FreeSpace {
12 Area area;
13 } FreeSpace;
14
15 void cleanup_freespace();
16 void init_freespace_panel(void *panel);
17
18 int resize_freespace(void *obj);
19
20 #endif
This page took 0.028856 seconds and 4 git commands to generate.