aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_protocol_version_minor.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-05-10 13:44:06 +0200
committerMattias Andrée <maandree@kth.se>2020-05-10 13:44:06 +0200
commit4a968d807d2ec611f443d704ae875911894c04e2 (patch)
treea7c1d4f178842bb6971c7a4b2c159049df794dd0 /libaxl_protocol_version_minor.3
parentFix struct for ClientMessage event (diff)
downloadlibaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.gz
libaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.bz2
libaxl-4a968d807d2ec611f443d704ae875911894c04e2.tar.xz
A few things
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libaxl_protocol_version_minor.3')
-rw-r--r--libaxl_protocol_version_minor.334
1 files changed, 34 insertions, 0 deletions
diff --git a/libaxl_protocol_version_minor.3 b/libaxl_protocol_version_minor.3
new file mode 100644
index 0000000..3d2b5de
--- /dev/null
+++ b/libaxl_protocol_version_minor.3
@@ -0,0 +1,34 @@
+.TH libaxl_protocol_version_minor 3 libaxl
+.SH NAME
+libaxl_protocol_version_minor - X protocol version, minor number
+.SH SYNOPSIS
+.nf
+#include <libaxl.h>
+
+int libaxl_protocol_version_minor(void);
+.fi
+.SH DESCRIPTION
+The
+.BR libaxl_protocol_version_minor ()
+function returns the minor number of the
+highest version of the X protocol that
+the library, as linked against, supports.
+.SH RETURN VALUE
+The
+.BR libaxl_protocol_version_minor ()
+function returns the minor number of the
+highest supported version of the X protocol.
+.SH ERRORS
+The
+.BR libaxl_protocol_version_minor ()
+function cannot fail.
+.SH NOTES
+There is no corresponding function 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)