summaryrefslogtreecommitdiff
path: root/pugl/pugl_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_x11.c')
-rw-r--r--pugl/pugl_x11.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pugl/pugl_x11.c b/pugl/pugl_x11.c
index 35d2d42..755dd87 100644
--- a/pugl/pugl_x11.c
+++ b/pugl/pugl_x11.c
@@ -15,6 +15,10 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+/**
+ @file pugl_x11.c X11 Pugl Implementation.
+*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>