summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Höglund <fredrik@kde.org>2007-02-20 22:30:00 +0100
committerFredrik Höglund <fredrik@kde.org>2007-02-20 22:30:00 +0100
commitc279b64ccca18b14974e413b0b1d55ac81abceda (patch)
tree49f97140608d8f49872b6844dfe0ec1ebb8e2aeb
parent75d9944484651d4180e3079a739be4edb36545fe (diff)
downloadxorg-lib-libXrandr-c279b64ccca18b14974e413b0b1d55ac81abceda.tar.gz
Fix the use of a C++ keyword as a parameter name in Xrandr.h
-rw-r--r--include/X11/extensions/Xrandr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/Xrandr.h b/include/X11/extensions/Xrandr.h
index 448c32d..d87976b 100644
--- a/include/X11/extensions/Xrandr.h
+++ b/include/X11/extensions/Xrandr.h
@@ -296,7 +296,7 @@ XRRDeleteOutputProperty (Display *dpy, RROutput output, Atom property);
int
XRRGetOutputProperty (Display *dpy, RROutput output,
Atom property, long offset, long length,
- Bool delete, Bool pending, Atom req_type,
+ Bool _delete, Bool pending, Atom req_type,
Atom *actual_type, int *actual_format,
unsigned long *nitems, unsigned long *bytes_after,
unsigned char **prop);