debian/changelog | 6 ++++++ src/XrrOutput.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit 5f6769358d632d5be48d0b2c6e6f7c51ca201440 Author: Julien Cristau <jul...@radis.liafa.jussieu.fr> Date: Sun Feb 1 14:47:34 2009 +0100 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 0dcc3af..dd75c6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxrandr (2:1.2.99.4-2) experimental; urgency=low + + * Cherry-pick patch from upstream git to fix XRRGetOutputPrimary. + + -- Julien Cristau <jcris...@debian.org> Sun, 01 Feb 2009 14:47:29 +0100 + libxrandr (2:1.2.99.4-1) experimental; urgency=low [ Timo Aaltonen ] commit 1f6e17b1e1ae2feef7d0c1e38ffa1e31785f92f5 Author: Keith Packard <kei...@keithp.com> Date: Fri Jan 30 20:12:43 2009 -0800 Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary request Using X_RRGetOutputProperty does not yield success here. Signed-off-by: Keith Packard <kei...@keithp.com> (cherry picked from commit 70d641c6d170cda44856579dfdcb42d3bb1f8221) diff --git a/src/XrrOutput.c b/src/XrrOutput.c index 9545cbe..68c5336 100644 --- a/src/XrrOutput.c +++ b/src/XrrOutput.c @@ -180,7 +180,7 @@ XRRGetOutputPrimary(Display *dpy, Window window) LockDisplay(dpy); GetReq (RRGetOutputPrimary, req); req->reqType = info->codes->major_opcode; - req->randrReqType = X_RRGetOutputProperty; + req->randrReqType = X_RRGetOutputPrimary; req->window = window; if (!_XReply (dpy, (xReply *) &rep, 0, xFalse)) -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org