Unix and Linux Discussions Tagged with development |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
10 |
18,381 |
What is on Your Mind? |
|
|
|
9 |
19,779 |
Programming |
|
|
|
2 |
7,090 |
Linux |
|
|
|
48 |
32,539 |
Web Development |
|
|
|
8 |
4,030 |
What is on Your Mind? |
|
|
|
0 |
3,414 |
Web Development |
|
|
|
4 |
10,417 |
Web Development |
|
|
|
3 |
2,473 |
Shell Programming and Scripting |
|
|
|
5 |
4,659 |
Programming |
|
|
|
1 |
2,943 |
AIX |
|
|
|
7 |
6,987 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
1,639 |
Software Releases - RSS News |
|
|
|
0 |
1,404 |
Software Releases - RSS News |
|
|
|
0 |
1,574 |
Software Releases - RSS News |
|
|
|
0 |
2,275 |
Software Releases - RSS News |
|
|
|
0 |
1,978 |
Software Releases - RSS News |
|
|
|
0 |
1,472 |
Software Releases - RSS News |
|
|
|
0 |
3,266 |
Software Releases - RSS News |
|
|
|
0 |
1,522 |
Software Releases - RSS News |
|
|
|
0 |
1,455 |
Software Releases - RSS News |
|
|
|
0 |
1,655 |
Software Releases - RSS News |
|
|
|
0 |
1,347 |
Software Releases - RSS News |
|
|
|
0 |
1,491 |
Software Releases - RSS News |
|
|
|
0 |
1,539 |
Software Releases - RSS News |
|
|
|
0 |
1,396 |
Software Releases - RSS News |
|
|
|
0 |
1,353 |
Software Releases - RSS News |
|
|
|
0 |
1,347 |
Software Releases - RSS News |
|
|
|
0 |
1,389 |
Software Releases - RSS News |
|
|
|
0 |
1,327 |
Software Releases - RSS News |
|
|
|
0 |
1,751 |
Software Releases - RSS News |
|
|
|
0 |
1,307 |
Software Releases - RSS News |
|
|
|
0 |
1,420 |
Software Releases - RSS News |
|
|
|
0 |
1,182 |
Software Releases - RSS News |
|
|
|
0 |
1,271 |
Software Releases - RSS News |
|
|
|
0 |
1,234 |
Software Releases - RSS News |
|
|
|
0 |
1,277 |
Software Releases - RSS News |
|
|
|
0 |
1,168 |
Software Releases - RSS News |
|
|
|
0 |
1,379 |
Software Releases - RSS News |
|
|
|
0 |
1,389 |
Software Releases - RSS News |
|
|
|
0 |
1,142 |
Software Releases - RSS News |
DMXQueryVersion(3) Library Functions Manual DMXQueryVersion(3)
NAME
DMXQueryVersion - determine DMX extension version
SYNOPSIS
#include <X11/extensions/dmxext.h>
Bool DMXQueryVersion(Display *dpy,
int *major_version,
int *minor_version,
int *patch_version);
DESCRIPTION
DMXQueryVersion() returns version information about the DMX protocol extension.
Any incompatible changes to the protocol will be indicated by a change in major_version. Small, upward-compatible changes will be indi-
cated by a change in minor_version. In general, patch_version is for informational purposes and will encode the date of the last protocol
revision (e.g., 20040604).
RETURN VALUE
If the DMX protocol extension is available, major_version, minor_version, and patch_version will be set, and True will be returned. Other-
wise, False will be returned.
NOTES
At the time of this writing, the DMX protocol is at version 2.2.
Version 2.2 was the final development version, and code supporting this version was submitted to upstream X server repositories in the sum-
mer of 2004.
Version 1.5 was the last of the 1.x series, which was used for development before screen and input addition and removal were supported.
Version 2.0 and 2.1 were development versions that partially supported screen and input addition and removal.
Since we do not expect development versions to be widely used, we recommend that any software that uses the DMX protocol extension to sup-
port only versions 2.2 and above (although they should detect earlier versions and either reduce functionality or fail gracefully).
SEE ALSO
DMXQueryExtension(3), DMX(3), Xdmx(1)
X Version 11 libdmx 1.1.2 DMXQueryVersion(3)