]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
Merge branch 'backport' into work
[chaz/openbox] / openbox / config.h
index 62b92473b267940e2a346aefcb8a3c3147011f0c..1f4ae326d3e1d0f41670ab9b30bf6605c1a5ddaa 100644 (file)
 #include "geom.h"
 #include "moveresize.h"
 #include "render/render.h"
+#include "obt/parse.h"
 
 #include <glib.h>
 
-struct _ObParseInst;
-
 typedef struct _ObAppSettings ObAppSettings;
 
 struct _ObAppSettings
@@ -188,7 +187,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 */
This page took 0.022175 seconds and 4 git commands to generate.