aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-24 22:26:18 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-24 22:26:18 +0200
commitf520d3f84ca8181e6e4925b83c94fab6c4a6d661 (patch)
tree5d05527c0782ef9b8b6c654cac8e11a8a1d231b8 /src/presentation.h
parent25568bffc829c7e373a9049c713464df456ff6aa (diff)
Load/save stylesshet and menu stuff
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 84b5490..533ee10 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -67,6 +67,14 @@ enum drag_status
};
+/* Inelegance to make furniture selection menus work */
+struct menu_pl
+{
+ struct presentation *p;
+ struct style *sty;
+};
+
+
struct presentation
{
char *titlebar;
@@ -80,6 +88,7 @@ struct presentation
GtkActionGroup *action_group;
GtkIMContext *im_context;
GtkWidget **menu_rebuild_list;
+ struct menu_pl *menu_path_list;
int n_menu_rebuild;
PangoContext *pc;
ImageStore *is;