X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=29f8d081afdd3e862a7685845657a18381e43f27;hb=8af51d8a1be9c3cb9d89d1d8378de72f42599760;hp=a42e8a7e4ad871f936fd48ac13d7431639f4f08e;hpb=310d268bf0b3fbc065e754b9dc25862a60efcaae;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index a42e8a7e..29f8d081 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -128,6 +128,8 @@ extern guint config_submenu_show_delay; extern gboolean config_menu_client_list_icons; /*! User-specified menu files */ extern GSList *config_menu_files; +/*! Per app settings */ +extern GSList *config_per_app_settings; void config_startup(struct _ObParseInst *i); void config_shutdown();