X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=cc5fa89af75d0902878aee76352509a83efb1b62;hb=ec328fc04fe6e8d8c3d1ee386d4964963eb2ee17;hp=69fe6ff44211c69fbd4af4c335117ba88da89819;hpb=c716d1788bb4f4b9db403617023f06347ba48102;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 69fe6ff4..cc5fa89a 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -27,11 +27,10 @@ #include "geom.h" #include "moveresize.h" #include "render/render.h" +#include "obt/parse.h" #include -struct _ObParseInst; - typedef struct _ObAppSettings ObAppSettings; struct _ObAppSettings @@ -188,11 +187,11 @@ extern GSList *config_menu_files; /*! Per app settings */ extern GSList *config_per_app_settings; -void config_startup(struct _ObParseInst *i); -void config_shutdown(); +void config_startup(ObtParseInst *i); +void config_shutdown(void); /*! Create an ObAppSettings structure with the default values */ -ObAppSettings* config_create_app_settings(); +ObAppSettings* config_create_app_settings(void); /*! Copies any settings in src to dest, if they are their default value in src. */ void config_app_settings_copy_non_defaults(const ObAppSettings *src,