Split up profile frame 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:20:46 -07:00
parent 3aa54e206a
commit 8e95ded57b
5 changed files with 72 additions and 43 deletions

10
display.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef DISPLAY_H
#define DISPLAY_H
#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <cairo.h>
extern GtkWidget *dive_profile_frame(void);
#endif