summaryrefslogtreecommitdiff
path: root/src/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/program.h')
-rw-r--r--src/program.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/program.h b/src/program.h
index 462e714..a04b456 100644
--- a/src/program.h
+++ b/src/program.h
@@ -114,6 +114,10 @@ struct program
GtkTreeView *treeview;
GtkTreeStore *treestore;
GtkDrawingArea *draw;
+ GtkStatusbar *statusbar;
+
+ /* status bar context id */
+ guint sb_id;
GtkTreeIter top;
} main;