X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fconfig.h;h=29f8d081afdd3e862a7685845657a18381e43f27;hb=8af51d8a1be9c3cb9d89d1d8378de72f42599760;hp=5abb7d82e1f95cce8434a2b280bb286f1cbb5a93;hpb=ed61a94ca51b2fc663ffef1b2bd37785c676cd34;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 5abb7d82..29f8d081 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -23,7 +23,6 @@ #include "misc.h" #include "stacking.h" #include "place.h" -#include "per_app_settings.h" #include @@ -129,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();