X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=89c4c6f6807ab79ac0423b2a17dce49bcf35ff47;hb=73575c10ce3ede1637e4f959b56e1f7d5f110b91;hp=11796dcb0788b3b4e7ec5006a35ccad4b5f5eaa8;hpb=b7393636e05c95ec068e8a1ff063cbefa63a901b;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 11796dcb..89c4c6f6 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -26,8 +26,8 @@ #include "client.h" #include "geom.h" #include "moveresize.h" -#include "render/render.h" -#include "obt/parse.h" +#include "obrender/render.h" +#include "obt/xml.h" #include @@ -191,6 +191,8 @@ extern guint config_menu_hide_delay; extern gboolean config_menu_middle; /*! Delay before opening a submenu in milliseconds */ extern guint config_submenu_show_delay; +/*! Delay before closing a submenu in milliseconds */ +extern guint config_submenu_hide_delay; /*! Show icons in client_list_menu */ extern gboolean config_menu_client_list_icons; /*! Show manage desktops in client_list_menu */ @@ -200,7 +202,7 @@ extern GSList *config_menu_files; /*! Per app settings */ extern GSList *config_per_app_settings; -void config_startup(ObtParseInst *i); +void config_startup(ObtXmlInst *i); void config_shutdown(void); /*! Create an ObAppSettings structure with the default values */