aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
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;