]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
adjust for changes to the parsing api.
[chaz/openbox] / openbox / config.h
index fe4fb605107fb9c61d952f27ccf67ce977cf63a3..ab1b7493a683531b4b22498106ae2f38d9ab5853 100644 (file)
@@ -6,6 +6,8 @@
 
 #include <glib.h>
 
+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
This page took 0.01962 seconds and 4 git commands to generate.