include/X11/extensions/Xrandr.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c279b64ccca18b14974e413b0b1d55ac81abceda
Author: Fredrik Höglund <[EMAIL PROTECTED]>
Date:   Tue Feb 20 22:30:00 2007 +0100

    Fix the use of a C++ keyword as a parameter name in Xrandr.h

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, R
 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);


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to