summaryrefslogtreecommitdiffstats
path: root/include/xkb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xkb.h')
-rw-r--r--include/xkb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xkb.h b/include/xkb.h
index 5fbd68ad..19fcff8c 100644
--- a/include/xkb.h
+++ b/include/xkb.h
@@ -1,5 +1,8 @@
#ifndef ROFI_XKB_H
#define ROFI_XKB_H
+/**
+ * Structure holding xkb related state.
+ */
typedef struct xkb_stuff xkb_stuff;
#endif