Split up divelist scroll window generation into its own file

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-08-31 10:27:58 -07:00
parent 1d69524a78
commit 77cfe07c52
4 changed files with 63 additions and 53 deletions

View file

@ -6,5 +6,6 @@
#include <cairo.h>
extern GtkWidget *dive_profile_frame(void);
extern GtkWidget *create_dive_list(void);
#endif