]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
rename the obt_parse library to obt_xml (since it is very xml specific)
[chaz/openbox] / openbox / config.h
index 11796dcb0788b3b4e7ec5006a35ccad4b5f5eaa8..d6295f527c2bddc88b60dab5274ef08584786c43 100644 (file)
@@ -26,8 +26,8 @@
 #include "client.h"
 #include "geom.h"
 #include "moveresize.h"
-#include "render/render.h"
-#include "obt/parse.h"
+#include "obrender/render.h"
+#include "obt/xml.h"
 
 #include <glib.h>
 
@@ -200,7 +200,7 @@ extern GSList *config_menu_files;
 /*! Per app settings */
 extern GSList *config_per_app_settings;
 
-void config_startup(ObtParseInst *i);
+void config_startup(ObtXmlInst *i);
 void config_shutdown(void);
 
 /*! Create an ObAppSettings structure with the default values */
This page took 0.021129 seconds and 4 git commands to generate.