From 983a77780c48f1f4ece425eade32663dd0e68f83 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 6 Apr 2013 20:49:06 -0700 Subject: Separate Gtk related code from core logic: divelist This is simplistic & brute force: any function that touches Gtk related data structures is moved to divelist-gtk.c, everything else stays in divelist.c. Header files have been adjusted so that this still compiles and appears to work. More thought is needed to truly abstract this out, but this seems to be a good point to commit this change. Signed-off-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- display-gtk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'display-gtk.h') diff --git a/display-gtk.h b/display-gtk.h index 7c1bcad4a..365e192e5 100644 --- a/display-gtk.h +++ b/display-gtk.h @@ -77,7 +77,7 @@ extern GtkWidget *create_label(const char *fmt, ...); extern gboolean icon_click_cb(GtkWidget *w, GdkEventButton *event, gpointer data); -unsigned int amount_selected; +extern unsigned int amount_selected; extern void process_selected_dives(void); -- cgit v1.2.3-70-g09d2