diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-19 17:31:04 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-19 17:31:04 +0930 |
commit | 839ef4a38dceec053c3fb33878e59eb26bd8d580 (patch) | |
tree | 1d2dbb274565ca3f9b7072a54d5a7e9246cf90d4 /man | |
parent | d7778d80356f9a7f0bc4ffd0f0cf0bfa86928249 (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/Xfixes.man | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/Xfixes.man b/man/Xfixes.man index f081cc5..9722236 100644 --- a/man/Xfixes.man +++ b/man/Xfixes.man @@ -35,11 +35,11 @@ XFixes \- Augmented versions of core protocol requests .nf .sp Bool XFixesQueryExtension \^(\^Display *\fIdpy\fP, - int *\fIevent_basep\fP, int *\fIerror_basep\fP\^); + int *\fIevent_base_return\fP, int *\fIerror_base_return\fP\^); .sp Status XFixesQueryVersion \^(\^Display *\fIdpy\fP, - int *\fImajor_versionp\fP, - int *\fIminor_versionp\fP\^); + int *\fImajor_version_return\fP, + int *\fIminor_version_return\fP\^); .sp void XFixesChangeSaveSet \^(\^Display *dpy, Window \fIwindow\fP, |