From f520d3f84ca8181e6e4925b83c94fab6c4a6d661 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 May 2013 22:26:18 +0200 Subject: Load/save stylesshet and menu stuff --- src/presentation.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/presentation.h') 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; -- cgit v1.2.3