X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=1a60ee0f75b8e604d5c23f3027ee337752218cb4;hb=0369732c35b42b272eb66da4a54b37f253037049;hp=75275a8b675b323bba5948e34c70949d2131df37;hpb=dd740b5562806a6b4692c938ad0e903ad89b6193;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 75275a8b..1a60ee0f 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 @@ -183,7 +182,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 */