aboutsummaryrefslogtreecommitdiffstats
path: root/man3/libaxl_protocol_version_minor.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/libaxl_protocol_version_minor.3')
-rw-r--r--man3/libaxl_protocol_version_minor.325
1 files changed, 25 insertions, 0 deletions
diff --git a/man3/libaxl_protocol_version_minor.3 b/man3/libaxl_protocol_version_minor.3
new file mode 100644
index 0000000..8610c15
--- /dev/null
+++ b/man3/libaxl_protocol_version_minor.3
@@ -0,0 +1,25 @@
+.TH libaxl_protocol_version_minor 3 libaxl
+.SH NAME
+libaxl_protocol_version_minor - X protocol version, minor number
+.SH SYNOPSIS
+.nf
+#include <libaxl.h>
+
+extern const int libaxl_protocol_version_minor;
+.fi
+.SH DESCRIPTION
+The
+.B libaxl_protocol_version_minor
+variable is set to the minor number of the
+highest version of the X protocol that
+the library, as linked against, supports.
+.SH NOTES
+There is no corresponding variable for the
+lowest supported version. The lowest supported
+version is 11.0 (X11); X11 was released in
+September 1987 and predates Linux, thus
+this is extremely unlikely this will change.
+.SH SEE ALSO
+.BR LIBAXL_PROTOCOL_VERSION_MINOR (3),
+.BR libaxl_protocol_version_major (3),
+.BR libaxl_protocol_version (3)