diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-05 09:43:32 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-19 13:02:12 +1000 |
commit | aa2432240ad02c54280f2d11c007969c3eb9b79f (patch) | |
tree | ed46a62594dafcdc9652a965cd9c3ce3a40ba4ae /man/XGetExtensionVersion.txt | |
parent | f148a6279f07f029fc6a5b0a6556ff6622e6686a (diff) |
man: fix typo, layout in XGetExtensionVersion.man
Fix a typo and move from MPX to XI2. Add a linebreak to make the
depreciation separate from the function description. Changes in the second
paragraph are just realignment due to the linebreak.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man/XGetExtensionVersion.txt')
-rw-r--r-- | man/XGetExtensionVersion.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/XGetExtensionVersion.txt b/man/XGetExtensionVersion.txt index 3e24fc7..c7d45f4 100644 --- a/man/XGetExtensionVersion.txt +++ b/man/XGetExtensionVersion.txt @@ -25,11 +25,12 @@ DESCRIPTION ----------- The XGetExtensionVersion request is deprecated and should not - be used. Clients issuing a XgetExtensionVersion request will - not be able to use MPX features. The XGetExtensionVersion - request queries the version of the input extension, and returns - an XExtensionVersion structure. This structure contains a - major_version and minor_version number which can be compared + be used in XI2 applications. Clients issuing a XGetExtensionVersion + request will not be able to use XI2 features. + + The XGetExtensionVersion request queries the version of the input + extension, and returns an XExtensionVersion structure. This structure + contains a major_version and minor_version number which can be compared with constants defined in XI.h. Support for additional protocol requests added to the input extension after its initial release is indicated by a version number corresponding to the added |