summaryrefslogtreecommitdiff
path: root/src/configuration.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration.hh')
-rw-r--r--src/configuration.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/configuration.hh b/src/configuration.hh
index a45bd3f8..8a14604a 100644
--- a/src/configuration.hh
+++ b/src/configuration.hh
@@ -2,8 +2,16 @@
#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 {