ChangeLog | 6 ++++++ debian/changelog | 7 +++++++ include/X11/extensions/Xrandr.h | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-)
New commits: commit 01267460eed02aa6c43060bfc6d0f68423937d3d Author: Julien Cristau <[EMAIL PROTECTED]> Date: Fri Feb 23 02:21:58 2007 +0100 Update upstream and debian changelogs. diff --git a/ChangeLog b/ChangeLog index 0921bc2..bb647c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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 + commit 75d9944484651d4180e3079a739be4edb36545fe Author: Keith Packard <[EMAIL PROTECTED]> Date: Sun Feb 18 20:57:31 2007 -0800 diff --git a/debian/changelog b/debian/changelog index 626f034..0c570ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libxrandr (2:1.2.0-4) experimental; urgency=low + + * New patch from upstream git to fix use of a C++ keyword as a parameter + name in Xrandr.h. + + -- Julien Cristau <[EMAIL PROTECTED]> Fri, 23 Feb 2007 02:17:40 +0100 + libxrandr (2:1.2.0-3) experimental; urgency=low * Add debian/libxrandr2.shlibs, thanks to Michel Dänzer for noticing my 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]