X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=cf9eb43efb2489e45148922ba2a6af3824a8494e;hb=5f04ca85ef6a2ebc2d66842e261a676691e9b4de;hp=3fd1b879a61b5246f98ab8fc1f2fefd2c61e312b;hpb=307befd333dd89a990e541c37c8c3717e125dcdf;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 3fd1b879..cf9eb43e 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -26,11 +26,10 @@ #include "geom.h" #include "moveresize.h" #include "render/render.h" +#include "obt/parse.h" #include -struct _ObParseInst; - typedef struct _ObAppSettings ObAppSettings; struct _ObAppSettings @@ -186,7 +185,7 @@ extern GSList *config_menu_files; /*! Per app settings */ extern GSList *config_per_app_settings; -void config_startup(struct _ObParseInst *i); +void config_startup(ObtParseInst *i); void config_shutdown(); /*! Create an ObAppSettings structure with the default values */