aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaxl.h')
-rw-r--r--libaxl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libaxl.h b/libaxl.h
index 4bac6f5..b0e0dbf 100644
--- a/libaxl.h
+++ b/libaxl.h
@@ -14,7 +14,7 @@
/**
* Opaque structure for connection to the X display server
*/
-typedef struct libaxl_connection LIBAXL_CONNECTION; /* TODO man */
+typedef struct libaxl_connection LIBAXL_CONNECTION; /* TODO man(makefile) */
/**
* Opaque structure that wraps LIBAXL_CONNECTION with
@@ -22,7 +22,7 @@ typedef struct libaxl_connection LIBAXL_CONNECTION; /* TODO man */
* the same time shall access the display server
* via a unique LIBAXL_CONTEXT
*/
-typedef struct libaxl_context LIBAXL_CONTEXT; /* TODO man */
+typedef struct libaxl_context LIBAXL_CONTEXT; /* TODO man(makefile) */
#include "libaxl/types.h"
#include "libaxl/consts.h"