]> Dogcows Code - chaz/openbox/blobdiff - src/configuration.hh
when creating an OBClient class, get all the info on that class immediately.
[chaz/openbox] / src / configuration.hh
index 418c26392de5f223606fdfe440917a3a2d2051d8..8a14604a8885d8c8d4d13ccf5b67b42d2b16efcd 100644 (file)
@@ -2,10 +2,20 @@
 #ifndef   __Configuration_hh
 #define   __Configuration_hh
 
+/*! @file configuration.hh
+  @brief Loads, saves, and provides configuration options for the window
+         manager
+*/
+
+extern "C" {
 #include <X11/Xlib.h>
 #include <X11/Xresource.h>
+}
+
 #include <string>
 
+namespace ob {
+
 /*
  * The Configuration class is a generic wrapper for configuration settings.
  *
@@ -74,4 +84,6 @@ private:
   XrmDatabase _database;
 };
 
+}
+
 #endif // __Configuration_hh
This page took 0.025363 seconds and 4 git commands to generate.