summaryrefslogtreecommitdiffstats
path: root/display.h
blob: 8a8b4263414f1fd226748fbcaded9da99dc70cf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef DISPLAY_H
#define DISPLAY_H

#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <cairo.h>

extern int selected_dive;
extern GtkWidget *dive_profile_frame(void);
extern GtkWidget *create_dive_list(void);
extern void repaint_dive(void);

#endif