X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=ab1b7493a683531b4b22498106ae2f38d9ab5853;hb=1045079482453424f8320de99639390e3020eb72;hp=fe4fb605107fb9c61d952f27ccf67ce977cf63a3;hpb=9ea78a4eb0255e8cca6258e5ceb4bfd3e9e9d59e;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index fe4fb605..ab1b7493 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -6,6 +6,8 @@ #include +struct _ObParseInst; + /*! Should new windows be focused */ extern gboolean config_focus_new; /*! Focus windows when the mouse enters them */ @@ -65,7 +67,10 @@ extern gint config_mouse_threshold; double-click */ extern gint config_mouse_dclicktime; -void config_startup(); +/*! User-specified path to the menu file */ +extern gchar *config_menu_path; + +void config_startup(struct _ObParseInst *i); void config_shutdown(); #endif