diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-31 10:20:46 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-31 10:20:46 -0700 |
commit | 8e95ded57bdbaa66ba1c2ec25c55a56d53bce943 (patch) | |
tree | 810f2c0d7afe5bd9faafa0268bfc3de00d900735 /display.h | |
parent | 3aa54e206ad214d21a53599a847ae07f1c039a84 (diff) | |
download | subsurface-8e95ded57bdbaa66ba1c2ec25c55a56d53bce943.tar.gz |
Split up profile frame generation into its own file.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/display.h b/display.h new file mode 100644 index 000000000..c239fbd3c --- /dev/null +++ b/display.h @@ -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 |