blob: b2bd11b2450bdc80e24ab61d567f5d9fc788602d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
.TH LIBAXL_PROTOCOL_VERSION 3 libaxl
.SH NAME
LIBAXL_PROTOCOL_VERSION - X protocol version
.B (ADVANCED)
.SH SYNOPSIS
.nf
#include <libaxl.h>
#define LIBAXL_PROTOCOL_VERSION /* value omitted */
.fi
.SH DESCRIPTION
The
.BR LIBAXL_PROTOCOL_VERSION
macro expands to the number, as the sum
of the major number multiplied by 1000 and
the minor number, of the highest version of
the X protocol that the library, as compiled
against, supports.
.SH NOTES
There is no corresponding macro 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 (3),
.BR LIBAXL_PROTOCOL_VERSION_MAJOR (3),
.BR LIBAXL_PROTOCOL_VERSION_MINOR (3)
|