summaryrefslogtreecommitdiff
path: root/modules/x11
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-11-28 19:29:27 +0100
committerAlfred E. Heggestad <aeh@db.org>2015-11-28 19:29:27 +0100
commite190789828a23d3075b98eac198001eebc83e498 (patch)
treef02031e783c247cff3d65a2d0f8a308d9d97f06c /modules/x11
parent5e849f27a69f6daa685c86a4023448b26f565593 (diff)
x11,x11grab: added documentation header
Diffstat (limited to 'modules/x11')
-rw-r--r--modules/x11/x11.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/x11/x11.c b/modules/x11/x11.c
index e77f25c..09070c7 100644
--- a/modules/x11/x11.c
+++ b/modules/x11/x11.c
@@ -17,6 +17,13 @@
#include <baresip.h>
+/**
+ * @defgroup x11 x11
+ *
+ * X11 video-display module
+ */
+
+
struct vidisp_st {
const struct vidisp *vd; /**< Inheritance (1st) */
struct vidsz size; /**< Current size */