[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxrandr: Changes to 'debian-experimental'



 debian/changelog |    6 ++++++
 src/XrrOutput.c  |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 5f6769358d632d5be48d0b2c6e6f7c51ca201440
Author: Julien Cristau <julien@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 <jcristau@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 <keithp@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 <keithp@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))


Reply to: