summaryrefslogtreecommitdiff
path: root/man/Xrandr.man
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-19 17:34:36 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-19 17:34:36 +0930
commit332eee90c4d00be3b11049e0261323abe89a96dc (patch)
treeac48704a52224f531a7d75266854016ff7dfc5a3 /man/Xrandr.man
parent824f3d4a3a4669526a5c391c6668df0384b49cdb (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/Xrandr.man')
-rw-r--r--man/Xrandr.man6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/Xrandr.man b/man/Xrandr.man
index 0c6a105..f5b1034 100644
--- a/man/Xrandr.man
+++ b/man/Xrandr.man
@@ -35,11 +35,11 @@
.nf
.sp
Bool XRRQueryExtension \^(\^Display *\fIdpy\fP,
- int *\fIevent_basep\fP, int *\fIerror_basep\fP\^);
+ int *\fIevent_base_return\fP, int *\fIerror_base_return\fP\^);
.sp
Status XRRQueryVersion \^(\^Display *\fIdpy\fP,
- int *\fImajor_versionp\fP,
- int *\fIminor_versionp\fP\^);
+ int *\fImajor_version_return\fP,
+ int *\fIminor_version_return\fP\^);
.sp
XRRScreenConfiguration *XRRGetScreenInfo \^(\^Display *dpy,
Drawable \fIdraw\fP\^);