summaryrefslogtreecommitdiffstats
path: root/display-gtk.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-28 13:18:48 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-28 13:18:48 -0800
commit24f14038316a5f321af109de8ee3a59100c2727d (patch)
treed168cb166fead48384d096b1325cc230c17644cd /display-gtk.h
parent0323cb3741caa1e0a234815999b0516d2e75b0f1 (diff)
parent332d372b809476df48c987b24476801a61e7e0f2 (diff)
downloadsubsurface-24f14038316a5f321af109de8ee3a59100c2727d.tar.gz
Merge branch 'gps-map-input'
Add ability to pick GPS coordinates of dive locations from a map widget.
Diffstat (limited to 'display-gtk.h')
-rw-r--r--display-gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display-gtk.h b/display-gtk.h
index cd8496d2a..dcab97aa0 100644
--- a/display-gtk.h
+++ b/display-gtk.h
@@ -71,6 +71,7 @@ extern GtkWidget *weightsystem_list_widget(int w_idx);
extern GtkWidget *dive_list_create(void);
extern void dive_list_destroy(void);
+extern GdkPixbuf *get_gps_icon(void);
/* Helper functions for gtk combo boxes */
extern GtkEntry *get_entry(GtkComboBox *);