diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-19 17:53:23 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-19 17:53:23 +0930 |
commit | 168153d1e7d196ca46c5b2e286fcf7e7793f2804 (patch) | |
tree | e61fae2ef7c23348c7e8778fc8e31a5ae26a4ae1 /man | |
parent | 5d2e4b05ff988a0f941aa78e62857791ae2d56aa (diff) |
Rename parameters to clarify QueryVersion/QueryExtension.
These parameters are not treated as input. Rename them to make the inner
workings slightly more obvious.
X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
Diffstat (limited to 'man')
-rw-r--r-- | man/XRes.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XRes.man b/man/XRes.man index d08290c..20de262 100644 --- a/man/XRes.man +++ b/man/XRes.man @@ -48,10 +48,10 @@ typedef struct { .fi .HP Bool XResQueryExtension(Display *\fIdpy\fP, -int *\fIevent_basep\fP, int *\fIerror_basep\fP\^); +int *\fIevent_base_return\fP, int *\fIerror_base_return\fP\^); .HP -Status XResQueryVersion(Display *\fIdpy\fP, int *\fImajor_versionp\fP, -int *\fIminor_versionp\fP\^); +Status XResQueryVersion(Display *\fIdpy\fP, int *\fImajor_version_return\fP, +int *\fIminor_version_return\fP\^); .HP Status XResQueryClients(Display *\fIdpy\fP, int *\fInum_clients\fP, XResClient **\fIclients\fP\^); @@ -85,9 +85,9 @@ returns .B True if the request succeeded; the values of the major and minor protocol versions supported by the server are returned in -.I major_versionp +.I major_version_return and -.I minor_versionp . +.I minor_version_return . .PP .PP .B XResQueryClients |