summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-11 13:20:46 +0100
committerDave Davenport <qball@gmpclient.org>2017-03-11 13:20:46 +0100
commit652749081aab5bd9cb4a079a62e5654e54396810 (patch)
tree9e82edabd388f5cb456503f33614b96fcd9c87c8 /include
parentcee753bd3cc2f96743e8771d0cd82beee32fcd2e (diff)
Fix missing doxygen documentation
Diffstat (limited to 'include')
-rw-r--r--include/mode-private.h2
-rw-r--r--include/x11-helper.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/include/mode-private.h b/include/mode-private.h
index 633065f0..e047bee8 100644
--- a/include/mode-private.h
+++ b/include/mode-private.h
@@ -2,6 +2,8 @@
#define ROFI_MODE_PRIVATE_H
#include <gmodule.h>
+
+/** ABI version to check if loaded plugin is compatible. */
#define ABI_VERSION 0x00000004
/**
diff --git a/include/x11-helper.h b/include/x11-helper.h
index ed63b2d8..98cd8ccd 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -262,6 +262,9 @@ int x11_modifier_active ( unsigned int mask, int key );
*/
void x11_disable_decoration ( xcb_window_t window );
+/**
+ * List of window managers that need different behaviour to functioning.
+ */
typedef enum
{
/** Default EWHM compatible window manager */